Html Css Color HEX #600413 Pohutukawa

📋 copy color: '#600413'

red 96 ◦ green 4 ◦ blue 19

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

Shades of Pohutukawa #600413

Tints of Pohutukawa #600413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.97%

R = 80.67%
G = 3.36%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#600413 (or 0x600413) is known color: Pohutukawa. HEX triplet: 60, 04 and 13. RGB value is (96,4,19). Sum of RGB (Red+Green+Blue) = 96+4+19=119 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80.67% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 96 - color contains mainly: red. Hex color #600413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600413 is #9FFBEC. Grayscale: #212121. Windows color (decimal): -10484717 or 1246304. OLE color: 1246304.

HSL color Cylindrical-coordinate representation of color #600413: hue angle of 350.22º 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 #600413 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 4 19 -
CMYK 0 0.96 0.80 0.62
HSL 350.22º 0.92% 0.2% -
HSV(B) 350.22º 0.96% 0.38% -
XYZ 4.98 2.62 0.86 -
YUV 33.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 96 4 19 0 0.96 0.80 0.62 350.22 0.92 0.2
Hex 60 4 13 0 60 50 3E 15E 5C 14
Octal 140 4 23 0 140 120 76 536 134 24
Binary 1100000 100 10011 0 1100000 1010000 111110 101011110 1011100 10100

Color Harmonies of #600413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600413

Black with #600413

Text Example


Text Example

White with #600413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600413; }

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

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

background-color css

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

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

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

border-color css

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

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

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