#5A111A

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

Shades of Pohutukawa #5A111A

Tints of Pohutukawa #5A111A

Color information

#5A111A (or 0x5A111A) is unknown color: approx Pohutukawa. HEX triplet: 5A, 11 and 1A. RGB value is (90,17,26). Sum of RGB (Red+Green+Blue) = 90+17+26=133 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.67% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 90 - color contains mainly: red. Hex color #5A111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A111A is #A5EEE5. Grayscale: #272727. Windows color (decimal): -10874598 or 1708378. OLE color: 1708378.

HSL color Cylindrical-coordinate representation of color #5A111A: hue angle of 352.6º 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 #5A111A is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB901726-
CMYK00.810.710.65
HSL352.6º68.22%20.98%-
HSV(B)352.6º81.11%35.29%-
XYZ4.62.651.25-
YUV39.85120.18163.77-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 67.67%
GREEN value IS 17 (7.03% from 255) = 12.78%
BLUE value IS 26 (10.55% from 255) = 19.55%
R=67.67%
G=12.78%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90172600.810.710.65352.668.2220.98
Hex5A111A05147411614415
Octal1322132012110710154110425
Binary101101010001110100101000110001111000001101100001100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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