#5A221F

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

Shades of Red Oxide #5A221F

Tints of Red Oxide #5A221F

Color information

#5A221F (or 0x5A221F) is unknown color: approx Red Oxide. HEX triplet: 5A, 22 and 1F. RGB value is (90,34,31). Sum of RGB (Red+Green+Blue) = 90+34+31=155 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.06% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 90 - color contains mainly: red. Hex color #5A221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A221F is #A5DDE0. Grayscale: #323232. Windows color (decimal): -10870241 or 2040410. OLE color: 2040410.

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

Color convert

RGB903431-
CMYK00.620.660.65
HSL3.05º48.76%23.73%-
HSV(B)3.05º65.56%35.29%-
XYZ5.043.421.69-
YUV50.4117.05156.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 58.06%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 31 (12.5% from 255) = 20%
R=58.06%
G=21.94%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90343100.620.660.653.0548.7623.73
Hex5A221F03E424133118
Octal132423707610210136130
Binary1011010100010111110111110100001010000011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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