#600111

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

Shades of Pohutukawa #600111

Tints of Pohutukawa #600111

Color information

#600111 (or 0x600111) is unknown color: approx Pohutukawa. HEX triplet: 60, 01 and 11. RGB value is (96,1,17). Sum of RGB (Red+Green+Blue) = 96+1+17=114 (15% of max value = 765). Red value is 96 (37.89% from 255 or 84.21% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 96 - color contains mainly: red. Hex color #600111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600111 is #9FFEEE. Grayscale: #1F1F1F. Windows color (decimal): -10485487 or 1114464. OLE color: 1114464.

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

Color convert

RGB96117-
CMYK00.990.820.62
HSL349.89º97.94%19.02%-
HSV(B)349.89º98.96%37.65%-
XYZ4.942.550.76-
YUV31.23119.97174.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 84.21%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 17 (7.03% from 255) = 14.91%
R=84.21%
G=0.88%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9611700.990.820.62349.8997.9419.02
Hex60111063523E15e6213
Octal14012101431227653614223
Binary1100000110001011000111010010111110101011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600111; }

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

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

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

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

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

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

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

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