#57140A

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

Shades of Red Oxide #57140A

Tints of Red Oxide #57140A

Color information

#57140A (or 0x57140A) is unknown color: approx Red Oxide. HEX triplet: 57, 14 and 0A. RGB value is (87,20,10). Sum of RGB (Red+Green+Blue) = 87+20+10=117 (15% of max value = 765). Red value is 87 (34.38% from 255 or 74.36% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 87 - color contains mainly: red. Hex color #57140A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57140A is #A8EBF5. Grayscale: #272727. Windows color (decimal): -11070454 or 660567. OLE color: 660567.

HSL color Cylindrical-coordinate representation of color #57140A: hue angle of 7.79º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #57140A is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.66.

Color convert

RGB872010-
CMYK00.770.890.66
HSL7.79º79.38%19.02%-
HSV(B)7.79º88.51%34.12%-
XYZ4.242.550.56-
YUV38.89111.7162.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 74.36%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 10 (4.30% from 255) = 8.55%
R=74.36%
G=17.09%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87201000.770.890.667.7979.3819.02
Hex5714A04D594284f13
Octal127241201151311021011723
Binary101011110100101001001101101100110000101000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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