#5B152E

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

Shades of Pohutukawa #5B152E

Tints of Pohutukawa #5B152E

Color information

#5B152E (or 0x5B152E) is unknown color: approx Pohutukawa. HEX triplet: 5B, 15 and 2E. RGB value is (91,21,46). Sum of RGB (Red+Green+Blue) = 91+21+46=158 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.59% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 91 - color contains mainly: red. Hex color #5B152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B152E is #A4EAD1. Grayscale: #2C2C2C. Windows color (decimal): -10808018 or 3020123. OLE color: 3020123.

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

Color convert

RGB912146-
CMYK00.770.490.64
HSL338.57º62.5%21.96%-
HSV(B)338.57º76.92%35.69%-
XYZ5.082.962.89-
YUV44.78128.69160.97-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 57.59%
GREEN value IS 21 (8.59% from 255) = 13.29%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=57.59%
G=13.29%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91214600.770.490.64338.5762.521.96
Hex5B152E04D31401533e16
Octal13325560115611005237626
Binary10110111010110111001001101110001100000010101001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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