Html Css Color HEX #572220 Red Oxide

📋 copy color: '#572220'

red 87 ◦ green 34 ◦ blue 32

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

Shades of Red Oxide #572220

Tints of Red Oxide #572220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 20.92%

R = 56.86%
G = 22.22%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#572220 (or 0x572220) is known color: Red Oxide. HEX triplet: 57, 22 and 20. RGB value is (87,34,32). Sum of RGB (Red+Green+Blue) = 87+34+32=153 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.86% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 87 - color contains mainly: red. Hex color #572220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572220 is #A8DDDF. Grayscale: #313131. Windows color (decimal): -11066848 or 2105943. OLE color: 2105943.

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

Color convert

RGB 87 34 32 -
CMYK 0 0.61 0.63 0.66
HSL 2.18º 0.46% 0.23% -
HSV(B) 2.18º 0.63% 0.34% -
XYZ 4.76 3.27 1.75 -
YUV 49.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 87 34 32 0 0.61 0.63 0.66 2.18 0.46 0.23
Hex 57 22 20 0 3D 3F 42 2 2E 17
Octal 127 42 40 0 75 77 102 2 56 27
Binary 1010111 100010 100000 0 111101 111111 1000010 10 101110 10111

Color Harmonies of #572220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572220

Black with #572220

Text Example


Text Example

White with #572220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572220; }

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

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

background-color css

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

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

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

border-color css

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

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

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