#5E152C

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

Shades of Pohutukawa #5E152C

Tints of Pohutukawa #5E152C

Color information

#5E152C (or 0x5E152C) is unknown color: approx Pohutukawa. HEX triplet: 5E, 15 and 2C. RGB value is (94,21,44). Sum of RGB (Red+Green+Blue) = 94+21+44=159 (21% of max value = 765). Red value is 94 (37.11% from 255 or 59.12% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 94 - color contains mainly: red. Hex color #5E152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E152C is #A1EAD3. Grayscale: #2D2D2D. Windows color (decimal): -10611412 or 2889054. OLE color: 2889054.

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

Color convert

RGB942144-
CMYK00.780.530.63
HSL341.1º63.48%22.55%-
HSV(B)341.1º77.66%36.86%-
XYZ5.343.12.7-
YUV45.45127.18162.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 59.12%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=59.12%
G=13.21%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94214400.780.530.63341.163.4822.55
Hex5E152C04E353F1553f17
Octal1362554011665775257727
Binary1011110101011011000100111011010111111110101010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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