#600518

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

Shades of Pohutukawa #600518

Tints of Pohutukawa #600518

Color information

#600518 (or 0x600518) is unknown color: approx Pohutukawa. HEX triplet: 60, 05 and 18. RGB value is (96,5,24). Sum of RGB (Red+Green+Blue) = 96+5+24=125 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.8% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 96 - color contains mainly: red. Hex color #600518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600518 is #9FFAE7. Grayscale: #222222. Windows color (decimal): -10484456 or 1574240. OLE color: 1574240.

HSL color Cylindrical-coordinate representation of color #600518: hue angle of 347.47º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600518 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB96524-
CMYK00.950.750.62
HSL347.47º90.1%19.8%-
HSV(B)347.47º94.79%37.65%-
XYZ5.042.661.11-
YUV34.38122.15171.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 76.8%
GREEN value IS 5 (2.34% from 255) = 4%
BLUE value IS 24 (9.77% from 255) = 19.2%
R=76.8%
G=4%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9652400.950.750.62347.4790.119.8
Hex6051805F4B3E15b5a14
Octal14053001371137653313224
Binary110000010111000010111111001011111110101011011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600518; }

 p { color: rgb(96,5,24); }

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

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

 a { background-color: rgb(96,5,24); }

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

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

 span { border-color: rgb(96,5,24); }

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