#53211F

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

Shades of Red Oxide #53211F

Tints of Red Oxide #53211F

Color information

#53211F (or 0x53211F) is unknown color: approx Red Oxide. HEX triplet: 53, 21 and 1F. RGB value is (83,33,31). Sum of RGB (Red+Green+Blue) = 83+33+31=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53211F is #ACDEE0. Grayscale: #2F2F2F. Windows color (decimal): -11329249 or 2040147. OLE color: 2040147.

HSL color Cylindrical-coordinate representation of color #53211F: hue angle of 2.31º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53211F is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB833331-
CMYK00.600.630.67
HSL2.31º45.61%22.35%-
HSV(B)2.31º62.65%32.55%-
XYZ4.363.031.65-
YUV47.72118.56153.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.46%
GREEN value IS 33 (13.28% from 255) = 22.45%
BLUE value IS 31 (12.5% from 255) = 21.09%
R=56.46%
G=22.45%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83333100.600.630.672.3145.6122.35
Hex53211F03C3F4322e16
Octal12341370747710325626
Binary101001110000111111011110011111110000111010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53211F; }

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

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

<style>
 a { background-color: #53211F; }

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

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

<style>
 span { border-color: #53211F; }

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

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