#5E151E

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

Shades of Pohutukawa #5E151E

Tints of Pohutukawa #5E151E

Color information

#5E151E (or 0x5E151E) is unknown color: approx Pohutukawa. HEX triplet: 5E, 15 and 1E. RGB value is (94,21,30). Sum of RGB (Red+Green+Blue) = 94+21+30=145 (19% of max value = 765). Red value is 94 (37.11% from 255 or 64.83% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 94 - color contains mainly: red. Hex color #5E151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E151E is #A1EAE1. Grayscale: #2B2B2B. Windows color (decimal): -10611426 or 1971550. OLE color: 1971550.

HSL color Cylindrical-coordinate representation of color #5E151E: hue angle of 352.6º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E151E is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.63.

Color convert

RGB942130-
CMYK00.780.680.63
HSL352.6º63.48%22.55%-
HSV(B)352.6º77.66%36.86%-
XYZ5.123.011.54-
YUV43.85120.18163.77-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 64.83%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=64.83%
G=14.48%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94213000.780.680.63352.663.4822.55
Hex5E151E04E443F1613f17
Octal13625360116104775417727
Binary1011110101011111001001110100010011111110110000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,21,30); }

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

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

 a { background-color: rgb(94,21,30); }

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

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

 span { border-color: rgb(94,21,30); }

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