#561612

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

Shades of Red Oxide #561612

Tints of Red Oxide #561612

Color information

#561612 (or 0x561612) is unknown color: approx Red Oxide. HEX triplet: 56, 16 and 12. RGB value is (86,22,18). Sum of RGB (Red+Green+Blue) = 86+22+18=126 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.25% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 86 - color contains mainly: red. Hex color #561612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561612 is #A9E9ED. Grayscale: #282828. Windows color (decimal): -11135470 or 1185366. OLE color: 1185366.

HSL color Cylindrical-coordinate representation of color #561612: hue angle of 3.53º 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 #561612 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB862218-
CMYK00.740.790.66
HSL3.53º65.38%20.39%-
HSV(B)3.53º79.07%33.73%-
XYZ4.232.60.85-
YUV40.68115.2160.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 68.25%
GREEN value IS 22 (8.98% from 255) = 17.46%
BLUE value IS 18 (7.42% from 255) = 14.29%
R=68.25%
G=17.46%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86221800.740.790.663.5365.3820.39
Hex56161204A4F4244114
Octal12626220112117102410124
Binary101011010110100100100101010011111000010100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561612; }

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

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

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

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

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

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

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

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