#561A0E

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

Shades of Red Oxide #561A0E

Tints of Red Oxide #561A0E

Color information

#561A0E (or 0x561A0E) is unknown color: approx Red Oxide. HEX triplet: 56, 1A and 0E. RGB value is (86,26,14). Sum of RGB (Red+Green+Blue) = 86+26+14=126 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.25% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 86 - color contains mainly: red. Hex color #561A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561A0E is #A9E5F1. Grayscale: #2A2A2A. Windows color (decimal): -11134450 or 924246. OLE color: 924246.

HSL color Cylindrical-coordinate representation of color #561A0E: hue angle of 10º 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 #561A0E is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB862614-
CMYK00.700.840.66
HSL10º72%19.61%-
HSV(B)10º83.72%33.73%-
XYZ4.292.750.72-
YUV42.57111.88158.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 68.25%
GREEN value IS 26 (10.55% from 255) = 20.63%
BLUE value IS 14 (5.86% from 255) = 11.11%
R=68.25%
G=20.63%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86261400.700.840.66107219.61
Hex561AE0465442a4814
Octal126321601061241021211024
Binary101011011010111001000110101010010000101010100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561A0E; }

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

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

<style>
 a { background-color: #561A0E; }

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

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

<style>
 span { border-color: #561A0E; }

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

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