#600413

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

Shades of Pohutukawa #600413

Tints of Pohutukawa #600413

Color information

#600413 (or 0x600413) is unknown color: approx 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

RGB96419-
CMYK00.960.800.62
HSL350.22º92%19.61%-
HSV(B)350.22º95.83%37.65%-
XYZ4.982.620.86-
YUV33.22119.98172.78-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9641900.960.800.62350.229219.61
Hex60413060503E15e5c14
Octal14042301401207653613424
Binary110000010010011011000001010000111110101011110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>