#57130F

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

Shades of Red Oxide #57130F

Tints of Red Oxide #57130F

Color information

#57130F (or 0x57130F) is unknown color: approx Red Oxide. HEX triplet: 57, 13 and 0F. RGB value is (87,19,15). Sum of RGB (Red+Green+Blue) = 87+19+15=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #57130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57130F is #A8ECF0. Grayscale: #262626. Windows color (decimal): -11070705 or 987991. OLE color: 987991.

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

Color convert

RGB871915-
CMYK00.780.830.66
HSL3.33º70.59%20%-
HSV(B)3.33º82.76%34.12%-
XYZ4.252.530.72-
YUV38.88114.53162.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 71.90%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 15 (6.25% from 255) = 12.40%
R=71.90%
G=15.70%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87191500.780.830.663.3370.5920
Hex5713F04E534234714
Octal12723170116123102310724
Binary1010111100111111010011101010011100001011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57130F; }

 p { color: rgb(87,19,15); }

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

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

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

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

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

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

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