#57140F

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

Shades of Red Oxide #57140F

Tints of Red Oxide #57140F

Color information

#57140F (or 0x57140F) is unknown color: approx Red Oxide. HEX triplet: 57, 14 and 0F. RGB value is (87,20,15). Sum of RGB (Red+Green+Blue) = 87+20+15=122 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.31% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 87 - color contains mainly: red. Hex color #57140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57140F is #A8EBF0. Grayscale: #272727. Windows color (decimal): -11070449 or 988247. OLE color: 988247.

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

Color convert

RGB872015-
CMYK00.770.830.66
HSL4.17º70.59%20%-
HSV(B)4.17º82.76%34.12%-
XYZ4.272.560.72-
YUV39.46114.2161.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 71.31%
GREEN value IS 20 (8.20% from 255) = 16.39%
BLUE value IS 15 (6.25% from 255) = 12.30%
R=71.31%
G=16.39%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87201500.770.830.664.1770.5920
Hex5714F04D534244714
Octal12724170115123102410724
Binary10101111010011110100110110100111000010100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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