Html Css Color HEX #660F29 Pohutukawa

📋 copy color: '#660F29'

red 102 ◦ green 15 ◦ blue 41

#660F29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #660F29

Tints of Pohutukawa #660F29

RGB

 RED value IS 102 (40.23% from 255) = 64.56%

 GREEN value IS 15 (6.25% from 255) = 9.49%

 BLUE value IS 41 (16.41% from 255) = 25.95%

R = 64.56%
G = 9.49%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.6

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#660F29 (or 0x660F29) is known color: Pohutukawa. HEX triplet: 66, 0F and 29. RGB value is (102,15,41). Sum of RGB (Red+Green+Blue) = 102+15+41=158 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.56% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 102 - color contains mainly: red. Hex color #660F29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F29 is #99F0D6. Grayscale: #2B2B2B. Windows color (decimal): -10088663 or 2690918. OLE color: 2690918.

HSL color Cylindrical-coordinate representation of color #660F29: hue angle of 342.07º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #660F29 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 15 41 -
CMYK 0 0.85 0.60 0.6
HSL 342.07º 0.74% 0.23% -
HSV(B) 342.07º 0.85% 0.4% -
XYZ 6.05 3.33 2.42 -
YUV 43.98 126.32 169.39 -
System Red Green Blue C M Y K H S L
Decimal 102 15 41 0 0.85 0.60 0.6 342.07 0.74 0.23
Hex 66 F 29 0 55 3C 3C 156 4A 17
Octal 146 17 51 0 125 74 74 526 112 27
Binary 1100110 1111 101001 0 1010101 111100 111100 101010110 1001010 10111

Color Harmonies of #660F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660F29

Black with #660F29

Text Example


Text Example

White with #660F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660F29; }

 p { color: rgb(102,15,41); }

 H1.HeaderClassName
 {
   color: #660F29;
 }
 .AnyTagClassName
 {
   color: #660F29;
 }
</style>

background-color css

<style>
 a { background-color: #660F29; }

 a { background-color: rgb(102,15,41); }

 div.DivClassName
 {
   background-color: #660F29;
 }
 .BgClassName
 {
   background-color: #660F29;
 }
</style>

border-color css

<style>
 span { border-color: #660F29; }

 span { border-color: rgb(102,15,41); }

 td.TdClassName
 {
   border-color: #660F29;
 }
 .TagClassName
 {
   border-color: #660F29;
 }
</style>