#5E050A

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

Shades of Pohutukawa #5E050A

Tints of Pohutukawa #5E050A

Color information

#5E050A (or 0x5E050A) is unknown color: approx Pohutukawa. HEX triplet: 5E, 05 and 0A. RGB value is (94,5,10). Sum of RGB (Red+Green+Blue) = 94+5+10=109 (14% of max value = 765). Red value is 94 (37.11% from 255 or 86.24% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 94 - color contains mainly: red. Hex color #5E050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E050A is #A1FAF5. Grayscale: #202020. Windows color (decimal): -10615542 or 656734. OLE color: 656734.

HSL color Cylindrical-coordinate representation of color #5E050A: hue angle of 356.63º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E050A is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.63.

Color convert

RGB94510-
CMYK00.950.890.63
HSL356.63º89.9%19.41%-
HSV(B)356.63º94.68%36.86%-
XYZ4.732.510.52-
YUV32.18115.49172.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 86.24%
GREEN value IS 5 (2.34% from 255) = 4.59%
BLUE value IS 10 (4.30% from 255) = 9.17%
R=86.24%
G=4.59%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9451000.950.890.63356.6389.919.41
Hex5E5A05F593F1655a13
Octal13651201371317754513223
Binary10111101011010010111111011001111111101100101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E050A; }

 p { color: rgb(94,5,10); }

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

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

 a { background-color: rgb(94,5,10); }

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

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

 span { border-color: rgb(94,5,10); }

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