#5B0524

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

Shades of Pohutukawa #5B0524

Tints of Pohutukawa #5B0524

Color information

#5B0524 (or 0x5B0524) is unknown color: approx Pohutukawa. HEX triplet: 5B, 05 and 24. RGB value is (91,5,36). Sum of RGB (Red+Green+Blue) = 91+5+36=132 (17% of max value = 765). Red value is 91 (35.94% from 255 or 68.94% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0524 is #A4FADB. Grayscale: #222222. Windows color (decimal): -10812124 or 2360667. OLE color: 2360667.

HSL color Cylindrical-coordinate representation of color #5B0524: hue angle of 338.37º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0524 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.64.

Color convert

RGB91536-
CMYK00.950.600.64
HSL338.37º89.58%18.82%-
HSV(B)338.37º94.51%35.69%-
XYZ4.692.461.9-
YUV34.25128.99168.48-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 68.94%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 36 (14.45% from 255) = 27.27%
R=68.94%
G=3.79%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9153600.950.600.64338.3789.5818.82
Hex5B52405F3C401525a13
Octal13354401377410052213223
Binary1011011101100100010111111111001000000101010010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,5,36); }

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

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

 a { background-color: rgb(91,5,36); }

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

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

 span { border-color: rgb(91,5,36); }

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