#561507

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

Shades of Red Oxide #561507

Tints of Red Oxide #561507

Color information

#561507 (or 0x561507) is unknown color: approx Red Oxide. HEX triplet: 56, 15 and 07. RGB value is (86,21,7). Sum of RGB (Red+Green+Blue) = 86+21+7=114 (15% of max value = 765). Red value is 86 (33.98% from 255 or 75.44% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 86 - color contains mainly: red. Hex color #561507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561507 is #A9EAF8. Grayscale: #262626. Windows color (decimal): -11135737 or 464214. OLE color: 464214.

HSL color Cylindrical-coordinate representation of color #561507: hue angle of 10.63º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #561507 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.66.

Color convert

RGB86217-
CMYK00.760.920.66
HSL10.63º84.95%18.24%-
HSV(B)10.63º91.86%33.73%-
XYZ4.142.530.47-
YUV38.84110.03161.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 75.44%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 7 (3.12% from 255) = 6.14%
R=75.44%
G=18.42%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8621700.760.920.6610.6384.9518.24
Hex5615704C5C42b5512
Octal12625701141341021312522
Binary10101101010111101001100101110010000101011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561507; }

 p { color: rgb(86,21,7); }

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

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

 a { background-color: rgb(86,21,7); }

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

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

 span { border-color: rgb(86,21,7); }

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