#561712

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

Shades of Red Oxide #561712

Tints of Red Oxide #561712

Color information

#561712 (or 0x561712) is unknown color: approx Red Oxide. HEX triplet: 56, 17 and 12. RGB value is (86,23,18). Sum of RGB (Red+Green+Blue) = 86+23+18=127 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.72% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 86 - color contains mainly: red. Hex color #561712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561712 is #A9E8ED. Grayscale: #292929. Windows color (decimal): -11135214 or 1185622. OLE color: 1185622.

HSL color Cylindrical-coordinate representation of color #561712: hue angle of 4.41º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #561712 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB862318-
CMYK00.730.790.66
HSL4.41º65.38%20.39%-
HSV(B)4.41º79.07%33.73%-
XYZ4.252.630.86-
YUV41.27114.87159.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 67.72%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=67.72%
G=18.11%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86231800.730.790.664.4165.3820.39
Hex5617120494F4244114
Octal12627220111117102410124
Binary101011010111100100100100110011111000010100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561712; }

 p { color: rgb(86,23,18); }

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

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

 a { background-color: rgb(86,23,18); }

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

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

 span { border-color: rgb(86,23,18); }

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