#600510

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

Shades of Pohutukawa #600510

Tints of Pohutukawa #600510

Color information

#600510 (or 0x600510) is unknown color: approx Pohutukawa. HEX triplet: 60, 05 and 10. RGB value is (96,5,16). Sum of RGB (Red+Green+Blue) = 96+5+16=117 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.05% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 96 - color contains mainly: red. Hex color #600510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600510 is #9FFAEF. Grayscale: #212121. Windows color (decimal): -10484464 or 1049952. OLE color: 1049952.

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

Color convert

RGB96516-
CMYK00.950.830.62
HSL352.75º90.1%19.8%-
HSV(B)352.75º94.79%37.65%-
XYZ4.972.630.74-
YUV33.46118.15172.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 82.05%
GREEN value IS 5 (2.34% from 255) = 4.27%
BLUE value IS 16 (6.64% from 255) = 13.68%
R=82.05%
G=4.27%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9651600.950.830.62352.7590.119.8
Hex6051005F533E1615a14
Octal14052001371237654113224
Binary110000010110000010111111010011111110101100001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600510; }

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

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

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

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

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

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

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

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