#5A1021

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

Shades of Pohutukawa #5A1021

Tints of Pohutukawa #5A1021

Color information

#5A1021 (or 0x5A1021) is unknown color: approx Pohutukawa. HEX triplet: 5A, 10 and 21. RGB value is (90,16,33). Sum of RGB (Red+Green+Blue) = 90+16+33=139 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.75% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1021 is #A5EFDE. Grayscale: #282828. Windows color (decimal): -10874847 or 2166874. OLE color: 2166874.

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

Color convert

RGB901633-
CMYK00.820.630.65
HSL346.22º69.81%20.78%-
HSV(B)346.22º82.22%35.29%-
XYZ4.682.651.7-
YUV40.06124.02163.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 64.75%
GREEN value IS 16 (6.64% from 255) = 11.51%
BLUE value IS 33 (13.28% from 255) = 23.74%
R=64.75%
G=11.51%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90163300.820.630.65346.2269.8120.78
Hex5A10210523F4115a4615
Octal132204101227710153210625
Binary101101010000100001010100101111111000001101011010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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