#57150f

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

Shades of Red Oxide #57150F

Tints of Red Oxide #57150F

Color information

#57150F (or 0x57150F) is unknown color: approx Red Oxide. HEX triplet: 57, 15 and 0F. RGB value is (87,21,15). Sum of RGB (Red+Green+Blue) = 87+21+15=123 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.73% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 87 - color contains mainly: red. Hex color #57150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57150F is #A8EAF0. Grayscale: #282828. Windows color (decimal): -11070193 or 988503. OLE color: 988503.

HSL color Cylindrical-coordinate representation of color #57150F: hue angle of 5º 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 #57150F is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB872115-
CMYK00.760.830.66
HSL70.59%20%-
HSV(B)82.76%34.12%-
XYZ4.282.60.73-
YUV40.05113.87161.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 70.73%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 15 (6.25% from 255) = 12.20%
R=70.73%
G=17.07%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87211500.760.830.66570.5920
Hex5715F04C534254714
Octal12725170114123102510724
Binary10101111010111110100110010100111000010101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57150f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57150f; }

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

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

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

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

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

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

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

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