#5A111D

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

Shades of Pohutukawa #5A111D

Tints of Pohutukawa #5A111D

Color information

#5A111D (or 0x5A111D) is unknown color: approx Pohutukawa. HEX triplet: 5A, 11 and 1D. RGB value is (90,17,29). Sum of RGB (Red+Green+Blue) = 90+17+29=136 (18% of max value = 765). Red value is 90 (35.55% from 255 or 66.18% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 90 - color contains mainly: red. Hex color #5A111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A111D is #A5EEE2. Grayscale: #282828. Windows color (decimal): -10874595 or 1904986. OLE color: 1904986.

HSL color Cylindrical-coordinate representation of color #5A111D: hue angle of 350.14º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A111D is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB901729-
CMYK00.810.680.65
HSL350.14º68.22%20.98%-
HSV(B)350.14º81.11%35.29%-
XYZ4.642.661.43-
YUV40.19121.68163.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 66.18%
GREEN value IS 17 (7.03% from 255) = 12.5%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=66.18%
G=12.5%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90172900.810.680.65350.1468.2220.98
Hex5A111D051444115e4415
Octal1322135012110410153610425
Binary101101010001111010101000110001001000001101011110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,17,29); }

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

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

 a { background-color: rgb(90,17,29); }

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

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

 span { border-color: rgb(90,17,29); }

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