#561207

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

Shades of Red Oxide #561207

Tints of Red Oxide #561207

Color information

#561207 (or 0x561207) is unknown color: approx Red Oxide. HEX triplet: 56, 12 and 07. RGB value is (86,18,7). Sum of RGB (Red+Green+Blue) = 86+18+7=111 (14% of max value = 765). Red value is 86 (33.98% from 255 or 77.48% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 86 - color contains mainly: red. Hex color #561207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561207 is #A9EDF8. Grayscale: #252525. Windows color (decimal): -11136505 or 463446. OLE color: 463446.

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

Color convert

RGB86187-
CMYK00.790.920.66
HSL8.35º84.95%18.24%-
HSV(B)8.35º91.86%33.73%-
XYZ4.092.430.45-
YUV37.08111.03162.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 77.48%
GREEN value IS 18 (7.42% from 255) = 16.22%
BLUE value IS 7 (3.12% from 255) = 6.31%
R=77.48%
G=16.22%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8618700.790.920.668.3584.9518.24
Hex5612704F5C4285512
Octal12622701171341021012522
Binary10101101001011101001111101110010000101000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561207; }

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

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

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

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

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

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

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

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