#5E081A

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

Shades of Pohutukawa #5E081A

Tints of Pohutukawa #5E081A

Color information

#5E081A (or 0x5E081A) is unknown color: approx Pohutukawa. HEX triplet: 5E, 08 and 1A. RGB value is (94,8,26). Sum of RGB (Red+Green+Blue) = 94+8+26=128 (16% of max value = 765). Red value is 94 (37.11% from 255 or 73.44% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 94 - color contains mainly: red. Hex color #5E081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E081A is #A1F7E5. Grayscale: #232323. Windows color (decimal): -10614758 or 1706078. OLE color: 1706078.

HSL color Cylindrical-coordinate representation of color #5E081A: hue angle of 347.44º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E081A is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB94826-
CMYK00.910.720.63
HSL347.44º84.31%20%-
HSV(B)347.44º91.49%36.86%-
XYZ4.892.631.23-
YUV35.77122.49169.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 73.44%
GREEN value IS 8 (3.52% from 255) = 6.25%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=73.44%
G=6.25%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9482600.910.720.63347.4484.3120
Hex5E81A05B483F15b5414
Octal136103201331107753312424
Binary1011110100011010010110111001000111111101011011101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,8,26); }

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

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

 a { background-color: rgb(94,8,26); }

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

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

 span { border-color: rgb(94,8,26); }

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