#5B0518

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

Shades of Pohutukawa #5B0518

Tints of Pohutukawa #5B0518

Color information

#5B0518 (or 0x5B0518) is unknown color: approx Pohutukawa. HEX triplet: 5B, 05 and 18. RGB value is (91,5,24). Sum of RGB (Red+Green+Blue) = 91+5+24=120 (15% of max value = 765). Red value is 91 (35.94% from 255 or 75.83% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0518 is #A4FAE7. Grayscale: #202020. Windows color (decimal): -10812136 or 1574235. OLE color: 1574235.

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

Color convert

RGB91524-
CMYK00.950.740.64
HSL346.74º89.58%18.82%-
HSV(B)346.74º94.51%35.69%-
XYZ4.532.41.09-
YUV32.88122.99169.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 75.83%
GREEN value IS 5 (2.34% from 255) = 4.17%
BLUE value IS 24 (9.77% from 255) = 20%
R=75.83%
G=4.17%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9152400.950.740.64346.7489.5818.82
Hex5B51805F4A4015b5a13
Octal133530013711210053313223
Binary1011011101110000101111110010101000000101011011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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