#5E162B

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

Shades of Pohutukawa #5E162B

Tints of Pohutukawa #5E162B

Color information

#5E162B (or 0x5E162B) is unknown color: approx Pohutukawa. HEX triplet: 5E, 16 and 2B. RGB value is (94,22,43). Sum of RGB (Red+Green+Blue) = 94+22+43=159 (21% of max value = 765). Red value is 94 (37.11% from 255 or 59.12% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 94 - color contains mainly: red. Hex color #5E162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E162B is #A1E9D4. Grayscale: #2D2D2D. Windows color (decimal): -10611157 or 2823774. OLE color: 2823774.

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

Color convert

RGB942243-
CMYK00.770.540.63
HSL342.5º62.07%22.75%-
HSV(B)342.5º76.6%36.86%-
XYZ5.343.132.61-
YUV45.92126.35162.29-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 59.12%
GREEN value IS 22 (8.98% from 255) = 13.84%
BLUE value IS 43 (17.19% from 255) = 27.04%
R=59.12%
G=13.84%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94224300.770.540.63342.562.0722.75
Hex5E162B04D363F1563e17
Octal1362653011566775267627
Binary1011110101101010110100110111011011111110101011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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