#5B122C

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

Shades of Pohutukawa #5B122C

Tints of Pohutukawa #5B122C

Color information

#5B122C (or 0x5B122C) is unknown color: approx Pohutukawa. HEX triplet: 5B, 12 and 2C. RGB value is (91,18,44). Sum of RGB (Red+Green+Blue) = 91+18+44=153 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.48% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 91 - color contains mainly: red. Hex color #5B122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B122C is #A4EDD3. Grayscale: #2A2A2A. Windows color (decimal): -10808788 or 2888283. OLE color: 2888283.

HSL color Cylindrical-coordinate representation of color #5B122C: hue angle of 338.63º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B122C is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB911844-
CMYK00.800.520.64
HSL338.63º66.97%21.37%-
HSV(B)338.63º80.22%35.69%-
XYZ4.992.842.67-
YUV42.79128.68162.39-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 59.48%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 44 (17.58% from 255) = 28.76%
R=59.48%
G=11.76%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91184400.800.520.64338.6366.9721.37
Hex5B122C05034401534315
Octal133225401206410052310325
Binary101101110010101100010100001101001000000101010011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,18,44); }

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

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

 a { background-color: rgb(91,18,44); }

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

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

 span { border-color: rgb(91,18,44); }

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