#5A0F24

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

Shades of Pohutukawa #5A0F24

Tints of Pohutukawa #5A0F24

Color information

#5A0F24 (or 0x5A0F24) is unknown color: approx Pohutukawa. HEX triplet: 5A, 0F and 24. RGB value is (90,15,36). Sum of RGB (Red+Green+Blue) = 90+15+36=141 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.83% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0F24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0F24 is #A5F0DB. Grayscale: #272727. Windows color (decimal): -10875100 or 2363226. OLE color: 2363226.

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

Color convert

RGB901536-
CMYK00.830.600.65
HSL343.2º71.43%20.59%-
HSV(B)343.2º83.33%35.29%-
XYZ4.712.641.93-
YUV39.82125.85163.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 63.83%
GREEN value IS 15 (6.25% from 255) = 10.64%
BLUE value IS 36 (14.45% from 255) = 25.53%
R=63.83%
G=10.64%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90153600.830.600.65343.271.4320.59
Hex5AF240533C411574715
Octal132174401237410152710725
Binary10110101111100100010100111111001000001101010111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,15,36); }

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

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

 a { background-color: rgb(90,15,36); }

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

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

 span { border-color: rgb(90,15,36); }

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