#5A1129

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

Shades of Pohutukawa #5A1129

Tints of Pohutukawa #5A1129

Color information

#5A1129 (or 0x5A1129) is unknown color: approx Pohutukawa. HEX triplet: 5A, 11 and 29. RGB value is (90,17,41). Sum of RGB (Red+Green+Blue) = 90+17+41=148 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.81% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1129 is #A5EED6. Grayscale: #292929. Windows color (decimal): -10874583 or 2691418. OLE color: 2691418.

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

Color convert

RGB901741-
CMYK00.810.540.65
HSL340.27º68.22%20.98%-
HSV(B)340.27º81.11%35.29%-
XYZ4.822.732.37-
YUV41.56127.68162.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 60.81%
GREEN value IS 17 (7.03% from 255) = 11.49%
BLUE value IS 41 (16.41% from 255) = 27.70%
R=60.81%
G=11.49%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90174100.810.540.65340.2768.2220.98
Hex5A112905136411544415
Octal132215101216610152410425
Binary101101010001101001010100011101101000001101010100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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