Html Css Color HEX #601219 Pohutukawa

📋 copy color: '#601219'

red 96 ◦ green 18 ◦ blue 25

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

Shades of Pohutukawa #601219

Tints of Pohutukawa #601219

RGB

 RED value IS 96 (37.89% from 255) = 69.06%

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

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

R = 69.06%
G = 12.95%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#601219 (or 0x601219) is known color: Pohutukawa. HEX triplet: 60, 12 and 19. RGB value is (96,18,25). Sum of RGB (Red+Green+Blue) = 96+18+25=139 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.06% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 96 - color contains mainly: red. Hex color #601219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601219 is #9FEDE6. Grayscale: #2A2A2A. Windows color (decimal): -10481127 or 1643104. OLE color: 1643104.

HSL color Cylindrical-coordinate representation of color #601219: hue angle of 354.62º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601219 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 18 25 -
CMYK 0 0.81 0.74 0.62
HSL 354.62º 0.68% 0.22% -
HSV(B) 354.62º 0.81% 0.38% -
XYZ 5.22 2.99 1.22 -
YUV 42.12 118.34 166.43 -
System Red Green Blue C M Y K H S L
Decimal 96 18 25 0 0.81 0.74 0.62 354.62 0.68 0.22
Hex 60 12 19 0 51 4A 3E 163 44 16
Octal 140 22 31 0 121 112 76 543 104 26
Binary 1100000 10010 11001 0 1010001 1001010 111110 101100011 1000100 10110

Color Harmonies of #601219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601219

Black with #601219

Text Example


Text Example

White with #601219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601219; }

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

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

background-color css

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

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

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

border-color css

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

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

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