Html Css Color HEX #600417 Pohutukawa

📋 copy color: '#600417'

red 96 ◦ green 4 ◦ blue 23

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

Shades of Pohutukawa #600417

Tints of Pohutukawa #600417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.7%

R = 78.05%
G = 3.25%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#600417 (or 0x600417) is known color: Pohutukawa. HEX triplet: 60, 04 and 17. RGB value is (96,4,23). Sum of RGB (Red+Green+Blue) = 96+4+23=123 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.05% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 96 - color contains mainly: red. Hex color #600417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600417 is #9FFBE8. Grayscale: #212121. Windows color (decimal): -10484713 or 1508448. OLE color: 1508448.

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

Color convert

RGB 96 4 23 -
CMYK 0 0.96 0.76 0.62
HSL 347.61º 0.92% 0.2% -
HSV(B) 347.61º 0.96% 0.38% -
XYZ 5.02 2.64 1.05 -
YUV 33.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 96 4 23 0 0.96 0.76 0.62 347.61 0.92 0.2
Hex 60 4 17 0 60 4C 3E 15C 5C 14
Octal 140 4 27 0 140 114 76 534 134 24
Binary 1100000 100 10111 0 1100000 1001100 111110 101011100 1011100 10100

Color Harmonies of #600417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600417

Black with #600417

Text Example


Text Example

White with #600417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600417; }

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

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

background-color css

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

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

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

border-color css

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

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

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