#57190D

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

Shades of Red Oxide #57190D

Tints of Red Oxide #57190D

Color information

#57190D (or 0x57190D) is unknown color: approx Red Oxide. HEX triplet: 57, 19 and 0D. RGB value is (87,25,13). Sum of RGB (Red+Green+Blue) = 87+25+13=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #57190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57190D is #A8E6F2. Grayscale: #2A2A2A. Windows color (decimal): -11069171 or 858455. OLE color: 858455.

HSL color Cylindrical-coordinate representation of color #57190D: hue angle of 9.73º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #57190D is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB872513-
CMYK00.710.850.66
HSL9.73º74%19.61%-
HSV(B)9.73º85.06%34.12%-
XYZ4.352.750.68-
YUV42.17111.54159.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.6%
GREEN value IS 25 (10.16% from 255) = 20%
BLUE value IS 13 (5.47% from 255) = 10.4%
R=69.6%
G=20%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87251300.710.850.669.737419.61
Hex5719D0475542a4a14
Octal127311501071251021211224
Binary101011111001110101000111101010110000101010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57190D; }

 p { color: rgb(87,25,13); }

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

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

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

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

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

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

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