#5E0509

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

Shades of Pohutukawa #5E0509

Tints of Pohutukawa #5E0509

Color information

#5E0509 (or 0x5E0509) is unknown color: approx Pohutukawa. HEX triplet: 5E, 05 and 09. RGB value is (94,5,9). Sum of RGB (Red+Green+Blue) = 94+5+9=108 (14% of max value = 765). Red value is 94 (37.11% from 255 or 87.04% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0509 is #A1FAF6. Grayscale: #202020. Windows color (decimal): -10615543 or 591198. OLE color: 591198.

HSL color Cylindrical-coordinate representation of color #5E0509: hue angle of 357.3º 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 #5E0509 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.63.

Color convert

RGB9459-
CMYK00.950.900.63
HSL357.3º89.9%19.41%-
HSV(B)357.3º94.68%36.86%-
XYZ4.722.510.49-
YUV32.07114.99172.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 87.04%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 9 (3.91% from 255) = 8.33%
R=87.04%
G=4.63%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.90
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal945900.950.900.63357.389.919.41
Hex5E5905F5A3F1655a13
Octal13651101371327754513223
Binary10111101011001010111111011010111111101100101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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