#5A112A

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

Shades of Pohutukawa #5A112A

Tints of Pohutukawa #5A112A

Color information

#5A112A (or 0x5A112A) is unknown color: approx Pohutukawa. HEX triplet: 5A, 11 and 2A. RGB value is (90,17,42). Sum of RGB (Red+Green+Blue) = 90+17+42=149 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.40% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 90 - color contains mainly: red. Hex color #5A112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A112A is #A5EED5. Grayscale: #292929. Windows color (decimal): -10874582 or 2756954. OLE color: 2756954.

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

Color convert

RGB901742-
CMYK00.810.530.65
HSL339.45º68.22%20.98%-
HSV(B)339.45º81.11%35.29%-
XYZ4.832.742.46-
YUV41.68128.18162.47-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 60.40%
GREEN value IS 17 (7.03% from 255) = 11.41%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=60.40%
G=11.41%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90174200.810.530.65339.4568.2220.98
Hex5A112A05135411534415
Octal132215201216510152310425
Binary101101010001101010010100011101011000001101010011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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