#5E111B

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

Shades of Pohutukawa #5E111B

Tints of Pohutukawa #5E111B

Color information

#5E111B (or 0x5E111B) is unknown color: approx Pohutukawa. HEX triplet: 5E, 11 and 1B. RGB value is (94,17,27). Sum of RGB (Red+Green+Blue) = 94+17+27=138 (18% of max value = 765). Red value is 94 (37.11% from 255 or 68.12% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 94 - color contains mainly: red. Hex color #5E111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E111B is #A1EEE4. Grayscale: #292929. Windows color (decimal): -10612453 or 1773918. OLE color: 1773918.

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

Color convert

RGB941727-
CMYK00.820.710.63
HSL352.21º69.37%21.76%-
HSV(B)352.21º81.91%36.86%-
XYZ5.012.861.32-
YUV41.16120.01165.69-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 68.12%
GREEN value IS 17 (7.03% from 255) = 12.32%
BLUE value IS 27 (10.94% from 255) = 19.57%
R=68.12%
G=12.32%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94172700.820.710.63352.2169.3721.76
Hex5E111B052473F1604516
Octal136213301221077754010526
Binary10111101000111011010100101000111111111101100000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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