#600910

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

Shades of Pohutukawa #600910

Tints of Pohutukawa #600910

Color information

#600910 (or 0x600910) is unknown color: approx Pohutukawa. HEX triplet: 60, 09 and 10. RGB value is (96,9,16). Sum of RGB (Red+Green+Blue) = 96+9+16=121 (16% of max value = 765). Red value is 96 (37.89% from 255 or 79.34% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 96 - color contains mainly: red. Hex color #600910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600910 is #9FF6EF. Grayscale: #232323. Windows color (decimal): -10483440 or 1050976. OLE color: 1050976.

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

Color convert

RGB96916-
CMYK00.910.830.62
HSL355.17º82.86%20.59%-
HSV(B)355.17º90.62%37.65%-
XYZ5.022.720.75-
YUV35.81116.82170.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 79.34%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 16 (6.64% from 255) = 13.22%
R=79.34%
G=7.44%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9691600.910.830.62355.1782.8620.59
Hex6091005B533E1635315
Octal140112001331237654312325
Binary1100000100110000010110111010011111110101100011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600910; }

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

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

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

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

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

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

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

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