Html Css Color HEX #572120 Red Oxide

📋 copy color: '#572120'

red 87 ◦ green 33 ◦ blue 32

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

Shades of Red Oxide #572120

Tints of Red Oxide #572120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.71%

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

R = 57.24%
G = 21.71%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#572120 (or 0x572120) is known color: Red Oxide. HEX triplet: 57, 21 and 20. RGB value is (87,33,32). Sum of RGB (Red+Green+Blue) = 87+33+32=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #572120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572120 is #A8DEDF. Grayscale: #313131. Windows color (decimal): -11067104 or 2105687. OLE color: 2105687.

HSL color Cylindrical-coordinate representation of color #572120: hue angle of 1.09º 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 #572120 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 33 32 -
CMYK 0 0.62 0.63 0.66
HSL 1.09º 0.46% 0.23% -
HSV(B) 1.09º 0.63% 0.34% -
XYZ 4.74 3.22 1.74 -
YUV 49.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 87 33 32 0 0.62 0.63 0.66 1.09 0.46 0.23
Hex 57 21 20 0 3E 3F 42 1 2E 17
Octal 127 41 40 0 76 77 102 1 56 27
Binary 1010111 100001 100000 0 111110 111111 1000010 1 101110 10111

Color Harmonies of #572120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572120

Black with #572120

Text Example


Text Example

White with #572120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572120; }

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

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

background-color css

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

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

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

border-color css

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

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

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