#5B152C

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

Shades of Pohutukawa #5B152C

Tints of Pohutukawa #5B152C

Color information

#5B152C (or 0x5B152C) is unknown color: approx Pohutukawa. HEX triplet: 5B, 15 and 2C. RGB value is (91,21,44). Sum of RGB (Red+Green+Blue) = 91+21+44=156 (20% of max value = 765). Red value is 91 (35.94% from 255 or 58.33% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 91 - color contains mainly: red. Hex color #5B152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B152C is #A4EAD3. Grayscale: #2C2C2C. Windows color (decimal): -10808020 or 2889051. OLE color: 2889051.

HSL color Cylindrical-coordinate representation of color #5B152C: hue angle of 340.29º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B152C is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB912144-
CMYK00.770.520.64
HSL340.29º62.5%21.96%-
HSV(B)340.29º76.92%35.69%-
XYZ5.042.942.69-
YUV44.55127.69161.13-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 58.33%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 44 (17.58% from 255) = 28.21%
R=58.33%
G=13.46%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91214400.770.520.64340.2962.521.96
Hex5B152C04D34401543e16
Octal13325540115641005247626
Binary10110111010110110001001101110100100000010101010011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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