#56190E

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

Shades of Red Oxide #56190E

Tints of Red Oxide #56190E

Color information

#56190E (or 0x56190E) is unknown color: approx Red Oxide. HEX triplet: 56, 19 and 0E. RGB value is (86,25,14). Sum of RGB (Red+Green+Blue) = 86+25+14=125 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.8% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 86 - color contains mainly: red. Hex color #56190E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56190E is #A9E6F1. Grayscale: #2A2A2A. Windows color (decimal): -11134706 or 923990. OLE color: 923990.

HSL color Cylindrical-coordinate representation of color #56190E: hue angle of 9.17º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56190E is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB862514-
CMYK00.710.840.66
HSL9.17º72%19.61%-
HSV(B)9.17º83.72%33.73%-
XYZ4.262.710.71-
YUV41.98112.21159.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 68.8%
GREEN value IS 25 (10.16% from 255) = 20%
BLUE value IS 14 (5.86% from 255) = 11.2%
R=68.8%
G=20%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86251400.710.840.669.177219.61
Hex5619E047544294814
Octal126311601071241021111024
Binary101011011001111001000111101010010000101001100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56190E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56190E; }

 p { color: rgb(86,25,14); }

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

<style>
 a { background-color: #56190E; }

 a { background-color: rgb(86,25,14); }

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

<style>
 span { border-color: #56190E; }

 span { border-color: rgb(86,25,14); }

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