#600010

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

Shades of Pohutukawa #600010

Tints of Pohutukawa #600010

Color information

#600010 (or 0x600010) is unknown color: approx Pohutukawa. HEX triplet: 60, 00 and 10. RGB value is (96,0,16). Sum of RGB (Red+Green+Blue) = 96+0+16=112 (14% of max value = 765). Red value is 96 (37.89% from 255 or 85.71% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 96 - color contains mainly: red. Hex color #600010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600010 is #9FFFEF. Grayscale: #1E1E1E. Windows color (decimal): -10485744 or 1048672. OLE color: 1048672.

HSL color Cylindrical-coordinate representation of color #600010: hue angle of 350º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600010 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB96016-
CMYK010.830.62
HSL350º100%18.82%-
HSV(B)350º100%37.65%-
XYZ4.922.520.72-
YUV30.53119.8174.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 85.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 14.29%
R=85.71%
G=0%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96016010.830.6235010018.82
Hex60010064533E15e6413
Octal14002001441237653614423
Binary1100000010000011001001010011111110101011110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600010; }

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

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

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

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

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

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

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

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