#5E112D

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

Shades of Pohutukawa #5E112D

Tints of Pohutukawa #5E112D

Color information

#5E112D (or 0x5E112D) is unknown color: approx Pohutukawa. HEX triplet: 5E, 11 and 2D. RGB value is (94,17,45). Sum of RGB (Red+Green+Blue) = 94+17+45=156 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.26% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 94 - color contains mainly: red. Hex color #5E112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E112D is #A1EED2. Grayscale: #2B2B2B. Windows color (decimal): -10612435 or 2953566. OLE color: 2953566.

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

Color convert

RGB941745-
CMYK00.820.520.63
HSL338.18º69.37%21.76%-
HSV(B)338.18º81.91%36.86%-
XYZ5.292.972.78-
YUV43.22129.01164.22-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 60.26%
GREEN value IS 17 (7.03% from 255) = 10.90%
BLUE value IS 45 (17.97% from 255) = 28.85%
R=60.26%
G=10.90%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.52
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94174500.820.520.63338.1869.3721.76
Hex5E112D052343F1524516
Octal13621550122647752210526
Binary10111101000110110101010010110100111111101010010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,17,45); }

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

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

 a { background-color: rgb(94,17,45); }

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

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

 span { border-color: rgb(94,17,45); }

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