#5B0418

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

Shades of Pohutukawa #5B0418

Tints of Pohutukawa #5B0418

Color information

#5B0418 (or 0x5B0418) is unknown color: approx Pohutukawa. HEX triplet: 5B, 04 and 18. RGB value is (91,4,24). Sum of RGB (Red+Green+Blue) = 91+4+24=119 (15% of max value = 765). Red value is 91 (35.94% from 255 or 76.47% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0418 is #A4FBE7. Grayscale: #202020. Windows color (decimal): -10812392 or 1573979. OLE color: 1573979.

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

Color convert

RGB91424-
CMYK00.960.740.64
HSL346.21º91.58%18.63%-
HSV(B)346.21º95.6%35.69%-
XYZ4.522.381.08-
YUV32.29123.32169.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 76.47%
GREEN value IS 4 (1.95% from 255) = 3.36%
BLUE value IS 24 (9.77% from 255) = 20.17%
R=76.47%
G=3.36%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.74
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9142400.960.740.64346.2191.5818.63
Hex5B4180604A4015a5c13
Octal133430014011210053213423
Binary1011011100110000110000010010101000000101011010101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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