#561407

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

Shades of Red Oxide #561407

Tints of Red Oxide #561407

Color information

#561407 (or 0x561407) is unknown color: approx Red Oxide. HEX triplet: 56, 14 and 07. RGB value is (86,20,7). Sum of RGB (Red+Green+Blue) = 86+20+7=113 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.11% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 86 - color contains mainly: red. Hex color #561407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561407 is #A9EBF8. Grayscale: #262626. Windows color (decimal): -11135993 or 463958. OLE color: 463958.

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

Color convert

RGB86207-
CMYK00.770.920.66
HSL9.87º84.95%18.24%-
HSV(B)9.87º91.86%33.73%-
XYZ4.132.490.46-
YUV38.25110.37162.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 76.11%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 7 (3.12% from 255) = 6.19%
R=76.11%
G=17.70%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8620700.770.920.669.8784.9518.24
Hex5614704D5C42a5512
Octal12624701151341021212522
Binary10101101010011101001101101110010000101010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561407; }

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

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

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

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

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

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

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

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