#5e162a

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

Shades of Pohutukawa #5E162A

Tints of Pohutukawa #5E162A

Color information

#5E162A (or 0x5E162A) is unknown color: approx Pohutukawa. HEX triplet: 5E, 16 and 2A. RGB value is (94,22,42). Sum of RGB (Red+Green+Blue) = 94+22+42=158 (20% of max value = 765). Red value is 94 (37.11% from 255 or 59.49% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 94 - color contains mainly: red. Hex color #5E162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E162A is #A1E9D5. Grayscale: #2D2D2D. Windows color (decimal): -10611158 or 2758238. OLE color: 2758238.

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

Color convert

RGB942242-
CMYK00.770.550.63
HSL343.33º62.07%22.75%-
HSV(B)343.33º76.6%36.86%-
XYZ5.323.122.51-
YUV45.81125.85162.37-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 59.49%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=59.49%
G=13.92%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94224200.770.550.63343.3362.0722.75
Hex5E162A04D373F1573e17
Octal1362652011567775277627
Binary1011110101101010100100110111011111111110101011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e162a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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