#5B152A

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

Shades of Pohutukawa #5B152A

Tints of Pohutukawa #5B152A

Color information

#5B152A (or 0x5B152A) is unknown color: approx Pohutukawa. HEX triplet: 5B, 15 and 2A. RGB value is (91,21,42). Sum of RGB (Red+Green+Blue) = 91+21+42=154 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.09% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 91 - color contains mainly: red. Hex color #5B152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B152A is #A4EAD5. Grayscale: #2C2C2C. Windows color (decimal): -10808022 or 2757979. OLE color: 2757979.

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

Color convert

RGB912142-
CMYK00.770.540.64
HSL342º62.5%21.96%-
HSV(B)342º76.92%35.69%-
XYZ52.932.49-
YUV44.32126.69161.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 59.09%
GREEN value IS 21 (8.59% from 255) = 13.64%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=59.09%
G=13.64%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91214200.770.540.6434262.521.96
Hex5B152A04D36401563e16
Octal13325520115661005267626
Binary10110111010110101001001101110110100000010101011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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