#57130B

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

Shades of Red Oxide #57130B

Tints of Red Oxide #57130B

Color information

#57130B (or 0x57130B) is unknown color: approx Red Oxide. HEX triplet: 57, 13 and 0B. RGB value is (87,19,11). Sum of RGB (Red+Green+Blue) = 87+19+11=117 (15% of max value = 765). Red value is 87 (34.38% from 255 or 74.36% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 87 - color contains mainly: red. Hex color #57130B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57130B is #A8ECF4. Grayscale: #262626. Windows color (decimal): -11070709 or 725847. OLE color: 725847.

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

Color convert

RGB871911-
CMYK00.780.870.66
HSL6.32º77.55%19.22%-
HSV(B)6.32º87.36%34.12%-
XYZ4.222.520.58-
YUV38.42112.53162.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 74.36%
GREEN value IS 19 (7.81% from 255) = 16.24%
BLUE value IS 11 (4.69% from 255) = 9.40%
R=74.36%
G=16.24%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87191100.780.870.666.3277.5519.22
Hex5713B04E574264e13
Octal12723130116127102611623
Binary10101111001110110100111010101111000010110100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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