#5B112E

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

Shades of Pohutukawa #5B112E

Tints of Pohutukawa #5B112E

Color information

#5B112E (or 0x5B112E) is unknown color: approx Pohutukawa. HEX triplet: 5B, 11 and 2E. RGB value is (91,17,46). Sum of RGB (Red+Green+Blue) = 91+17+46=154 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.09% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 91 - color contains mainly: red. Hex color #5B112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B112E is #A4EED1. Grayscale: #2A2A2A. Windows color (decimal): -10809042 or 3019099. OLE color: 3019099.

HSL color Cylindrical-coordinate representation of color #5B112E: hue angle of 336.49º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B112E is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB911746-
CMYK00.810.490.64
HSL336.49º68.52%21.18%-
HSV(B)336.49º81.32%35.69%-
XYZ5.012.822.87-
YUV42.43130.02162.64-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 59.09%
GREEN value IS 17 (7.03% from 255) = 11.04%
BLUE value IS 46 (18.36% from 255) = 29.87%
R=59.09%
G=11.04%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91174600.810.490.64336.4968.5221.18
Hex5B112E05131401504515
Octal133215601216110052010525
Binary101101110001101110010100011100011000000101010000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,17,46); }

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

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

 a { background-color: rgb(91,17,46); }

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

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

 span { border-color: rgb(91,17,46); }

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