#5B112D

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

Shades of Pohutukawa #5B112D

Tints of Pohutukawa #5B112D

Color information

#5B112D (or 0x5B112D) is unknown color: approx Pohutukawa. HEX triplet: 5B, 11 and 2D. RGB value is (91,17,45). Sum of RGB (Red+Green+Blue) = 91+17+45=153 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.48% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 91 - color contains mainly: red. Hex color #5B112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B112D is #A4EED2. Grayscale: #2A2A2A. Windows color (decimal): -10809043 or 2953563. OLE color: 2953563.

HSL color Cylindrical-coordinate representation of color #5B112D: hue angle of 337.3º 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 #5B112D is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB911745-
CMYK00.810.510.64
HSL337.3º68.52%21.18%-
HSV(B)337.3º81.32%35.69%-
XYZ4.992.812.76-
YUV42.32129.52162.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 59.48%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 45 (17.97% from 255) = 29.41%
R=59.48%
G=11.11%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91174500.810.510.64337.368.5221.18
Hex5B112D05133401514515
Octal133215501216310052110525
Binary101101110001101101010100011100111000000101010001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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