#5A0C21

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

Shades of Pohutukawa #5A0C21

Tints of Pohutukawa #5A0C21

Color information

#5A0C21 (or 0x5A0C21) is unknown color: approx Pohutukawa. HEX triplet: 5A, 0C and 21. RGB value is (90,12,33). Sum of RGB (Red+Green+Blue) = 90+12+33=135 (17% of max value = 765). Red value is 90 (35.55% from 255 or 66.67% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0C21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0C21 is #A5F3DE. Grayscale: #252525. Windows color (decimal): -10875871 or 2165850. OLE color: 2165850.

HSL color Cylindrical-coordinate representation of color #5A0C21: hue angle of 343.85º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A0C21 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB901233-
CMYK00.870.630.65
HSL343.85º76.47%20%-
HSV(B)343.85º86.67%35.29%-
XYZ4.622.551.69-
YUV37.72125.34165.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 66.67%
GREEN value IS 12 (5.08% from 255) = 8.89%
BLUE value IS 33 (13.28% from 255) = 24.44%
R=66.67%
G=8.89%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90123300.870.630.65343.8576.4720
Hex5AC210573F411584c14
Octal132144101277710153011424
Binary10110101100100001010101111111111000001101011000100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,12,33); }

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

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

 a { background-color: rgb(90,12,33); }

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

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

 span { border-color: rgb(90,12,33); }

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