#5A1125

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

Shades of Pohutukawa #5A1125

Tints of Pohutukawa #5A1125

Color information

#5A1125 (or 0x5A1125) is unknown color: approx Pohutukawa. HEX triplet: 5A, 11 and 25. RGB value is (90,17,37). Sum of RGB (Red+Green+Blue) = 90+17+37=144 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.5% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1125 is #A5EEDA. Grayscale: #292929. Windows color (decimal): -10874587 or 2429274. OLE color: 2429274.

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

Color convert

RGB901737-
CMYK00.810.590.65
HSL343.56º68.22%20.98%-
HSV(B)343.56º81.11%35.29%-
XYZ4.752.712.02-
YUV41.11125.68162.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 62.5%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 37 (14.84% from 255) = 25.69%
R=62.5%
G=11.81%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90173700.810.590.65343.5668.2220.98
Hex5A11250513B411584415
Octal132214501217310153010425
Binary101101010001100101010100011110111000001101011000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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