#600416

Color #600416 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #600416

Tints of Pohutukawa #600416

Color information

#600416 (or 0x600416) is unknown color: approx Pohutukawa. HEX triplet: 60, 04 and 16. RGB value is (96,4,22). Sum of RGB (Red+Green+Blue) = 96+4+22=122 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.69% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 96 - color contains mainly: red. Hex color #600416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600416 is #9FFBE9. Grayscale: #212121. Windows color (decimal): -10484714 or 1442912. OLE color: 1442912.

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

Color convert

RGB96422-
CMYK00.960.770.62
HSL348.26º92%19.61%-
HSV(B)348.26º95.83%37.65%-
XYZ5.012.631-
YUV33.56121.48172.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 78.69%
GREEN value IS 4 (1.95% from 255) = 3.28%
BLUE value IS 22 (8.98% from 255) = 18.03%
R=78.69%
G=3.28%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9642200.960.770.62348.269219.61
Hex604160604D3E15c5c14
Octal14042601401157653413424
Binary110000010010110011000001001101111110101011100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600416; }

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

 H1.HeaderClassName
 {
   color: #600416;
 }
 .AnyTagClassName
 {
   color: #600416;
 }
</style>
background-color css

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

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

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

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

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

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