#600A1E

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

Shades of Pohutukawa #600A1E

Tints of Pohutukawa #600A1E

Color information

#600A1E (or 0x600A1E) is unknown color: approx Pohutukawa. HEX triplet: 60, 0A and 1E. RGB value is (96,10,30). Sum of RGB (Red+Green+Blue) = 96+10+30=136 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.59% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 96 - color contains mainly: red. Hex color #600A1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600A1E is #9FF5E1. Grayscale: #252525. Windows color (decimal): -10483170 or 1968736. OLE color: 1968736.

HSL color Cylindrical-coordinate representation of color #600A1E: hue angle of 346.05º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600A1E is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB961030-
CMYK00.900.690.62
HSL346.05º81.13%20.78%-
HSV(B)346.05º89.58%37.65%-
XYZ5.172.81.5-
YUV37.99123.49169.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 70.59%
GREEN value IS 10 (4.30% from 255) = 7.35%
BLUE value IS 30 (12.11% from 255) = 22.06%
R=70.59%
G=7.35%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96103000.900.690.62346.0581.1320.78
Hex60A1E05A453E15a5115
Octal140123601321057653212125
Binary1100000101011110010110101000101111110101011010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600A1E; }

 p { color: rgb(96,10,30); }

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

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

 a { background-color: rgb(96,10,30); }

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

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

 span { border-color: rgb(96,10,30); }

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