#600110

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

Shades of Pohutukawa #600110

Tints of Pohutukawa #600110

Color information

#600110 (or 0x600110) is unknown color: approx Pohutukawa. HEX triplet: 60, 01 and 10. RGB value is (96,1,16). Sum of RGB (Red+Green+Blue) = 96+1+16=113 (14% of max value = 765). Red value is 96 (37.89% from 255 or 84.96% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 96 - color contains mainly: red. Hex color #600110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600110 is #9FFEEF. Grayscale: #1F1F1F. Windows color (decimal): -10485488 or 1048928. OLE color: 1048928.

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

Color convert

RGB96116-
CMYK00.990.830.62
HSL350.53º97.94%19.02%-
HSV(B)350.53º98.96%37.65%-
XYZ4.932.550.72-
YUV31.12119.47174.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 84.96%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 16 (6.64% from 255) = 14.16%
R=84.96%
G=0.88%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9611600.990.830.62350.5397.9419.02
Hex60110063533E15f6213
Octal14012001431237653714223
Binary1100000110000011000111010011111110101011111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600110; }

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

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

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

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

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

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

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

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