#5A1029

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

Shades of Pohutukawa #5A1029

Tints of Pohutukawa #5A1029

Color information

#5A1029 (or 0x5A1029) is unknown color: approx Pohutukawa. HEX triplet: 5A, 10 and 29. RGB value is (90,16,41). Sum of RGB (Red+Green+Blue) = 90+16+41=147 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.22% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1029 is #A5EFD6. Grayscale: #282828. Windows color (decimal): -10874839 or 2691162. OLE color: 2691162.

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

Color convert

RGB901641-
CMYK00.820.540.65
HSL339.73º69.81%20.78%-
HSV(B)339.73º82.22%35.29%-
XYZ4.82.72.37-
YUV40.98128.02162.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 61.22%
GREEN value IS 16 (6.64% from 255) = 10.88%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=61.22%
G=10.88%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90164100.820.540.65339.7369.8120.78
Hex5A102905236411544615
Octal132205101226610152410625
Binary101101010000101001010100101101101000001101010100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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