#5E122B

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

Shades of Pohutukawa #5E122B

Tints of Pohutukawa #5E122B

Color information

#5E122B (or 0x5E122B) is unknown color: approx Pohutukawa. HEX triplet: 5E, 12 and 2B. RGB value is (94,18,43). Sum of RGB (Red+Green+Blue) = 94+18+43=155 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.65% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 94 - color contains mainly: red. Hex color #5E122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E122B is #A1EDD4. Grayscale: #2B2B2B. Windows color (decimal): -10612181 or 2822750. OLE color: 2822750.

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

Color convert

RGB941843-
CMYK00.810.540.63
HSL340.26º67.86%21.96%-
HSV(B)340.26º80.85%36.86%-
XYZ5.272.992.58-
YUV43.57127.68163.97-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 60.65%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 43 (17.19% from 255) = 27.74%
R=60.65%
G=11.61%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94184300.810.540.63340.2667.8621.96
Hex5E122B051363F1544416
Octal13622530121667752410426
Binary10111101001010101101010001110110111111101010100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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