Html Css Color HEX #600419 Pohutukawa

📋 copy color: '#600419'

red 96 ◦ green 4 ◦ blue 25

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

Shades of Pohutukawa #600419

Tints of Pohutukawa #600419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.2%

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

R = 76.8%
G = 3.2%
B = 20%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#600419 (or 0x600419) is known color: Pohutukawa. HEX triplet: 60, 04 and 19. RGB value is (96,4,25). Sum of RGB (Red+Green+Blue) = 96+4+25=125 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.8% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 96 - color contains mainly: red. Hex color #600419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600419 is #9FFBE6. Grayscale: #212121. Windows color (decimal): -10484711 or 1639520. OLE color: 1639520.

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

Color convert

RGB 96 4 25 -
CMYK 0 0.96 0.74 0.62
HSL 346.3º 0.92% 0.2% -
HSV(B) 346.3º 0.96% 0.38% -
XYZ 5.04 2.64 1.16 -
YUV 33.9 122.98 172.29 -
System Red Green Blue C M Y K H S L
Decimal 96 4 25 0 0.96 0.74 0.62 346.3 0.92 0.2
Hex 60 4 19 0 60 4A 3E 15A 5C 14
Octal 140 4 31 0 140 112 76 532 134 24
Binary 1100000 100 11001 0 1100000 1001010 111110 101011010 1011100 10100

Color Harmonies of #600419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600419

Black with #600419

Text Example


Text Example

White with #600419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600419; }

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

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

background-color css

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

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

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

border-color css

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

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

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