Html Css Color HEX #660D19 Pohutukawa

📋 copy color: '#660D19'

red 102 ◦ green 13 ◦ blue 25

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

Shades of Pohutukawa #660D19

Tints of Pohutukawa #660D19

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.29%

 BLUE value IS 25 (10.16% from 255) = 17.86%

R = 72.86%
G = 9.29%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#660D19 (or 0x660D19) is known color: Pohutukawa. HEX triplet: 66, 0D and 19. RGB value is (102,13,25). Sum of RGB (Red+Green+Blue) = 102+13+25=140 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.86% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 102 - color contains mainly: red. Hex color #660D19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660D19 is #99F2E6. Grayscale: #292929. Windows color (decimal): -10089191 or 1641830. OLE color: 1641830.

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

Color convert

RGB 102 13 25 -
CMYK 0 0.87 0.75 0.6
HSL 351.91º 0.77% 0.23% -
HSV(B) 351.91º 0.87% 0.4% -
XYZ 5.8 3.18 1.23 -
YUV 40.98 118.99 171.52 -
System Red Green Blue C M Y K H S L
Decimal 102 13 25 0 0.87 0.75 0.6 351.91 0.77 0.23
Hex 66 D 19 0 57 4B 3C 160 4D 17
Octal 146 15 31 0 127 113 74 540 115 27
Binary 1100110 1101 11001 0 1010111 1001011 111100 101100000 1001101 10111

Color Harmonies of #660D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660D19

Black with #660D19

Text Example


Text Example

White with #660D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,13,25); }

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

background-color css

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

 a { background-color: rgb(102,13,25); }

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

border-color css

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

 span { border-color: rgb(102,13,25); }

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