#572525

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

Shades of Red Oxide #572525

Tints of Red Oxide #572525

Color information

#572525 (or 0x572525) is unknown color: approx Red Oxide. HEX triplet: 57, 25 and 25. RGB value is (87,37,37). Sum of RGB (Red+Green+Blue) = 87+37+37=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #572525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572525 is #A8DADA. Grayscale: #333333. Windows color (decimal): -11066075 or 2434391. OLE color: 2434391.

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

Color convert

RGB873737-
CMYK00.570.570.66
HSL40.32%24.31%-
HSV(B)57.47%34.12%-
XYZ4.933.482.16-
YUV51.95119.56153-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.04%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 37 (14.84% from 255) = 22.98%
R=54.04%
G=22.98%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87373700.570.570.66040.3224.31
Hex572525039394202818
Octal12745450717110205030
Binary101011110010110010101110011110011000010010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572525; }

 p { color: rgb(87,37,37); }

 H1.HeaderClassName
 {
   color: #572525;
 }
 .AnyTagClassName
 {
   color: #572525;
 }
</style>
background-color css

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

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

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

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

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

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