#57190F

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

Shades of Red Oxide #57190F

Tints of Red Oxide #57190F

Color information

#57190F (or 0x57190F) is unknown color: approx Red Oxide. HEX triplet: 57, 19 and 0F. RGB value is (87,25,15). Sum of RGB (Red+Green+Blue) = 87+25+15=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #57190F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57190F is #A8E6F0. Grayscale: #2A2A2A. Windows color (decimal): -11069169 or 989527. OLE color: 989527.

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

Color convert

RGB872515-
CMYK00.710.830.66
HSL8.33º70.59%20%-
HSV(B)8.33º82.76%34.12%-
XYZ4.362.760.75-
YUV42.4112.54159.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 68.50%
GREEN value IS 25 (10.16% from 255) = 19.69%
BLUE value IS 15 (6.25% from 255) = 11.81%
R=68.50%
G=19.69%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87251500.710.830.668.3370.5920
Hex5719F047534284714
Octal127311701071231021010724
Binary101011111001111101000111101001110000101000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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