#56140B

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

Shades of Red Oxide #56140B

Tints of Red Oxide #56140B

Color information

#56140B (or 0x56140B) is unknown color: approx Red Oxide. HEX triplet: 56, 14 and 0B. RGB value is (86,20,11). Sum of RGB (Red+Green+Blue) = 86+20+11=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #56140B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56140B is #A9EBF4. Grayscale: #262626. Windows color (decimal): -11135989 or 726102. OLE color: 726102.

HSL color Cylindrical-coordinate representation of color #56140B: hue angle of 7.2º degrees, saturation: 0.77, 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 #56140B is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB862011-
CMYK00.770.870.66
HSL7.2º77.32%19.02%-
HSV(B)7.2º87.21%33.73%-
XYZ4.152.50.58-
YUV38.71112.37161.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 73.50%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 11 (4.69% from 255) = 9.40%
R=73.50%
G=17.09%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86201100.770.870.667.277.3219.02
Hex5614B04D574274d13
Octal12624130115127102711523
Binary10101101010010110100110110101111000010111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,20,11); }

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

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

 a { background-color: rgb(86,20,11); }

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

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

 span { border-color: rgb(86,20,11); }

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