#5E112C

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

Shades of Pohutukawa #5E112C

Tints of Pohutukawa #5E112C

Color information

#5E112C (or 0x5E112C) is unknown color: approx Pohutukawa. HEX triplet: 5E, 11 and 2C. RGB value is (94,17,44). Sum of RGB (Red+Green+Blue) = 94+17+44=155 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.65% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 94 - color contains mainly: red. Hex color #5E112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E112C is #A1EED3. Grayscale: #2B2B2B. Windows color (decimal): -10612436 or 2888030. OLE color: 2888030.

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

Color convert

RGB941744-
CMYK00.820.530.63
HSL338.96º69.37%21.76%-
HSV(B)338.96º81.91%36.86%-
XYZ5.272.962.68-
YUV43.1128.51164.3-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 60.65%
GREEN value IS 17 (7.03% from 255) = 10.97%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=60.65%
G=10.97%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.53
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94174400.820.530.63338.9669.3721.76
Hex5E112C052353F1534516
Octal13621540122657752310526
Binary10111101000110110001010010110101111111101010011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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