Html Css Color HEX #661219 Pohutukawa

📋 copy color: '#661219'

red 102 ◦ green 18 ◦ blue 25

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

Shades of Pohutukawa #661219

Tints of Pohutukawa #661219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.41%

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

R = 70.34%
G = 12.41%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#661219 (or 0x661219) is known color: Pohutukawa. HEX triplet: 66, 12 and 19. RGB value is (102,18,25). Sum of RGB (Red+Green+Blue) = 102+18+25=145 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.34% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 102 - color contains mainly: red. Hex color #661219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661219 is #99EDE6. Grayscale: #2B2B2B. Windows color (decimal): -10087911 or 1643110. OLE color: 1643110.

HSL color Cylindrical-coordinate representation of color #661219: hue angle of 355º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661219 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 18 25 -
CMYK 0 0.82 0.75 0.6
HSL 355º 0.7% 0.24% -
HSV(B) 355º 0.82% 0.4% -
XYZ 5.87 3.33 1.25 -
YUV 43.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 102 18 25 0 0.82 0.75 0.6 355 0.7 0.24
Hex 66 12 19 0 52 4B 3C 163 46 18
Octal 146 22 31 0 122 113 74 543 106 30
Binary 1100110 10010 11001 0 1010010 1001011 111100 101100011 1000110 11000

Color Harmonies of #661219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661219

Black with #661219

Text Example


Text Example

White with #661219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661219; }

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

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

background-color css

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

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

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

border-color css

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

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

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