#572120

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

Shades of Red Oxide #572120

Tints of Red Oxide #572120

Color information

#572120 (or 0x572120) is unknown color: approx 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

RGB873332-
CMYK00.620.630.66
HSL1.09º46.22%23.33%-
HSV(B)1.09º63.22%34.12%-
XYZ4.743.221.74-
YUV49.03118.39155.08-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87333200.620.630.661.0946.2223.33
Hex57212003E3F4212e17
Octal12741400767710215627
Binary101011110000110000001111101111111000010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>