Html Css Color HEX #57211D Red Oxide

📋 copy color: '#57211D'

red 87 ◦ green 33 ◦ blue 29

#57211D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #57211D

Tints of Red Oxide #57211D

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 value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#57211D (or 0x57211D) is known color: 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

RGB 87 33 29 -
CMYK 0 0.62 0.67 0.66
HSL 4.14º 0.5% 0.23% -
HSV(B) 4.14º 0.67% 0.34% -
XYZ 4.7 3.2 1.53 -
YUV 48.69 116.89 155.33 -
System Red Green Blue C M Y K H S L
Decimal 87 33 29 0 0.62 0.67 0.66 4.14 0.5 0.23
Hex 57 21 1D 0 3E 43 42 4 32 17
Octal 127 41 35 0 76 103 102 4 62 27
Binary 1010111 100001 11101 0 111110 1000011 1000010 100 110010 10111

Color Harmonies of #57211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57211D

Black with #57211D

Text Example


Text Example

White with #57211D

Text Example


Text Example

HTML Codes & Css Web 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>