Html Css Color HEX #57221F Red Oxide

📋 copy color: '#57221F'

red 87 ◦ green 34 ◦ blue 31

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

Shades of Red Oxide #57221F

Tints of Red Oxide #57221F

RGB

 RED value IS 87 (34.38% from 255) = 57.24%

 GREEN value IS 34 (13.67% from 255) = 22.37%

 BLUE value IS 31 (12.5% from 255) = 20.39%

R = 57.24%
G = 22.37%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#57221F (or 0x57221F) is known color: Red Oxide. HEX triplet: 57, 22 and 1F. RGB value is (87,34,31). Sum of RGB (Red+Green+Blue) = 87+34+31=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #57221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57221F is #A8DDE0. Grayscale: #313131. Windows color (decimal): -11066849 or 2040407. OLE color: 2040407.

HSL color Cylindrical-coordinate representation of color #57221F: hue angle of 3.21º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57221F is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 34 31 -
CMYK 0 0.61 0.64 0.66
HSL 3.21º 0.47% 0.23% -
HSV(B) 3.21º 0.64% 0.34% -
XYZ 4.75 3.27 1.68 -
YUV 49.51 117.56 154.74 -
System Red Green Blue C M Y K H S L
Decimal 87 34 31 0 0.61 0.64 0.66 3.21 0.47 0.23
Hex 57 22 1F 0 3D 40 42 3 2F 17
Octal 127 42 37 0 75 100 102 3 57 27
Binary 1010111 100010 11111 0 111101 1000000 1000010 11 101111 10111

Color Harmonies of #57221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57221F

Black with #57221F

Text Example


Text Example

White with #57221F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57221F;
 }
 .AnyTagClassName
 {
   color: #57221F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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