#600411

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

Shades of Pohutukawa #600411

Tints of Pohutukawa #600411

Color information

#600411 (or 0x600411) is unknown color: approx Pohutukawa. HEX triplet: 60, 04 and 11. RGB value is (96,4,17). Sum of RGB (Red+Green+Blue) = 96+4+17=117 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.05% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 96 - color contains mainly: red. Hex color #600411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600411 is #9FFBEE. Grayscale: #212121. Windows color (decimal): -10484719 or 1115232. OLE color: 1115232.

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

Color convert

RGB96417-
CMYK00.960.820.62
HSL351.52º92%19.61%-
HSV(B)351.52º95.83%37.65%-
XYZ4.972.610.77-
YUV32.99118.98172.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 82.05%
GREEN value IS 4 (1.95% from 255) = 3.42%
BLUE value IS 17 (7.03% from 255) = 14.53%
R=82.05%
G=3.42%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9641700.960.820.62351.529219.61
Hex60411060523E1605c14
Octal14042101401227654013424
Binary110000010010001011000001010010111110101100000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600411; }

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

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

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

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

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

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

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

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