#561807

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

Shades of Red Oxide #561807

Tints of Red Oxide #561807

Color information

#561807 (or 0x561807) is unknown color: approx Red Oxide. HEX triplet: 56, 18 and 07. RGB value is (86,24,7). Sum of RGB (Red+Green+Blue) = 86+24+7=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #561807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561807 is #A9E7F8. Grayscale: #282828. Windows color (decimal): -11134969 or 464982. OLE color: 464982.

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

Color convert

RGB86247-
CMYK00.720.920.66
HSL12.91º84.95%18.24%-
HSV(B)12.91º91.86%33.73%-
XYZ4.22.650.49-
YUV40.6109.04160.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 73.50%
GREEN value IS 24 (9.77% from 255) = 20.51%
BLUE value IS 7 (3.12% from 255) = 5.98%
R=73.50%
G=20.51%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8624700.720.920.6612.9184.9518.24
Hex561870485C42d5512
Octal12630701101341021512522
Binary10101101100011101001000101110010000101101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561807; }

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

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

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

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

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

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

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

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