Html Css Color HEX #600409 Pohutukawa

📋 copy color: '#600409'

red 96 ◦ green 4 ◦ blue 9

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

Shades of Pohutukawa #600409

Tints of Pohutukawa #600409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.26%

R = 88.07%
G = 3.67%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#600409 (or 0x600409) is known color: Pohutukawa. HEX triplet: 60, 04 and 09. RGB value is (96,4,9). Sum of RGB (Red+Green+Blue) = 96+4+9=109 (14% of max value = 765). Red value is 96 (37.89% from 255 or 88.07% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 96 - color contains mainly: red. Hex color #600409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600409 is #9FFBF6. Grayscale: #202020. Windows color (decimal): -10484727 or 590944. OLE color: 590944.

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

Color convert

RGB 96 4 9 -
CMYK 0 0.96 0.91 0.62
HSL 356.74º 0.92% 0.2% -
HSV(B) 356.74º 0.96% 0.38% -
XYZ 4.92 2.59 0.5 -
YUV 32.08 114.98 173.59 -
System Red Green Blue C M Y K H S L
Decimal 96 4 9 0 0.96 0.91 0.62 356.74 0.92 0.2
Hex 60 4 9 0 60 5B 3E 165 5C 14
Octal 140 4 11 0 140 133 76 545 134 24
Binary 1100000 100 1001 0 1100000 1011011 111110 101100101 1011100 10100

Color Harmonies of #600409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600409

Black with #600409

Text Example


Text Example

White with #600409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600409; }

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

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

background-color css

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

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

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

border-color css

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

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

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