#5E162F

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

Shades of Pohutukawa #5E162F

Tints of Pohutukawa #5E162F

Color information

#5E162F (or 0x5E162F) is unknown color: approx Pohutukawa. HEX triplet: 5E, 16 and 2F. RGB value is (94,22,47). Sum of RGB (Red+Green+Blue) = 94+22+47=163 (21% of max value = 765). Red value is 94 (37.11% from 255 or 57.67% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 94 - color contains mainly: red. Hex color #5E162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E162F is #A1E9D0. Grayscale: #2E2E2E. Windows color (decimal): -10611153 or 3085918. OLE color: 3085918.

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

Color convert

RGB942247-
CMYK00.770.50.63
HSL339.17º62.07%22.75%-
HSV(B)339.17º76.6%36.86%-
XYZ5.423.163.01-
YUV46.38128.35161.97-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 57.67%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 47 (18.75% from 255) = 28.83%
R=57.67%
G=13.50%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.5
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94224700.770.50.63339.1762.0722.75
Hex5E162F04D323F1533e17
Octal1362657011562775237627
Binary1011110101101011110100110111001011111110101001111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,22,47); }

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

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

 a { background-color: rgb(94,22,47); }

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

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

 span { border-color: rgb(94,22,47); }

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