#5B1018

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

Shades of Pohutukawa #5B1018

Tints of Pohutukawa #5B1018

Color information

#5B1018 (or 0x5B1018) is unknown color: approx Pohutukawa. HEX triplet: 5B, 10 and 18. RGB value is (91,16,24). Sum of RGB (Red+Green+Blue) = 91+16+24=131 (17% of max value = 765). Red value is 91 (35.94% from 255 or 69.47% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1018 is #A4EFE7. Grayscale: #272727. Windows color (decimal): -10809320 or 1577051. OLE color: 1577051.

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

Color convert

RGB911624-
CMYK00.820.740.64
HSL353.6º70.09%20.98%-
HSV(B)353.6º82.42%35.69%-
XYZ4.662.661.13-
YUV39.34119.35164.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 69.47%
GREEN value IS 16 (6.64% from 255) = 12.21%
BLUE value IS 24 (9.77% from 255) = 18.32%
R=69.47%
G=12.21%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91162400.820.740.64353.670.0920.98
Hex5B10180524A401624615
Octal1332030012211210054210625
Binary101101110000110000101001010010101000000101100010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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