#56140F

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

Shades of Red Oxide #56140F

Tints of Red Oxide #56140F

Color information

#56140F (or 0x56140F) is unknown color: approx Red Oxide. HEX triplet: 56, 14 and 0F. RGB value is (86,20,15). Sum of RGB (Red+Green+Blue) = 86+20+15=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #56140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56140F is #A9EBF0. Grayscale: #272727. Windows color (decimal): -11135985 or 988246. OLE color: 988246.

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

Color convert

RGB862015-
CMYK00.770.830.66
HSL4.23º70.3%19.8%-
HSV(B)4.23º82.56%33.73%-
XYZ4.172.510.72-
YUV39.16114.37161.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 71.07%
GREEN value IS 20 (8.20% from 255) = 16.53%
BLUE value IS 15 (6.25% from 255) = 12.40%
R=71.07%
G=16.53%
B=12.40%

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
Decimal86201500.770.830.664.2370.319.8
Hex5614F04D534244614
Octal12624170115123102410624
Binary10101101010011110100110110100111000010100100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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