#5A211F

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

Shades of Red Oxide #5A211F

Tints of Red Oxide #5A211F

Color information

#5A211F (or 0x5A211F) is unknown color: approx Red Oxide. HEX triplet: 5A, 21 and 1F. RGB value is (90,33,31). Sum of RGB (Red+Green+Blue) = 90+33+31=154 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.44% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 90 - color contains mainly: red. Hex color #5A211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A211F is #A5DEE0. Grayscale: #313131. Windows color (decimal): -10870497 or 2040154. OLE color: 2040154.

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

Color convert

RGB903331-
CMYK00.630.660.65
HSL2.03º48.76%23.73%-
HSV(B)2.03º65.56%35.29%-
XYZ5.013.361.68-
YUV49.82117.38156.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 58.44%
GREEN value IS 33 (13.28% from 255) = 21.43%
BLUE value IS 31 (12.5% from 255) = 20.13%
R=58.44%
G=21.43%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90333100.630.660.652.0348.7623.73
Hex5A211F03F424123118
Octal132413707710210126130
Binary1011010100001111110111111100001010000011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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