#57211D

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

Shades of Red Oxide #57211D

Tints of Red Oxide #57211D

Color information

#57211D (or 0x57211D) is unknown color: approx Red Oxide. HEX triplet: 57, 21 and 1D. RGB value is (87,33,29). Sum of RGB (Red+Green+Blue) = 87+33+29=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #57211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57211D is #A8DEE2. Grayscale: #303030. Windows color (decimal): -11067107 or 1909079. OLE color: 1909079.

HSL color Cylindrical-coordinate representation of color #57211D: hue angle of 4.14º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #57211D is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB873329-
CMYK00.620.670.66
HSL4.14º50%22.75%-
HSV(B)4.14º66.67%34.12%-
XYZ4.73.21.53-
YUV48.69116.89155.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.39%
GREEN value IS 33 (13.28% from 255) = 22.15%
BLUE value IS 29 (11.72% from 255) = 19.46%
R=58.39%
G=22.15%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87332900.620.670.664.145022.75
Hex57211D03E434243217
Octal127413507610310246227
Binary10101111000011110101111101000011100001010011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57211D; }

 p { color: rgb(87,33,29); }

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

<style>
 a { background-color: #57211D; }

 a { background-color: rgb(87,33,29); }

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

<style>
 span { border-color: #57211D; }

 span { border-color: rgb(87,33,29); }

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