#561001

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

Shades of Red Oxide #561001

Tints of Red Oxide #561001

Color information

#561001 (or 0x561001) is unknown color: approx Red Oxide. HEX triplet: 56, 10 and 01. RGB value is (86,16,1). Sum of RGB (Red+Green+Blue) = 86+16+1=103 (13% of max value = 765). Red value is 86 (33.98% from 255 or 83.50% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 86 - color contains mainly: red. Hex color #561001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561001 is #A9EFFE. Grayscale: #232323. Windows color (decimal): -11137023 or 69718. OLE color: 69718.

HSL color Cylindrical-coordinate representation of color #561001: hue angle of 10.59º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #561001 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB86161-
CMYK00.810.990.66
HSL10.59º97.7%17.06%-
HSV(B)10.59º98.84%33.73%-
XYZ4.032.350.27-
YUV35.22108.69164.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 83.50%
GREEN value IS 16 (6.64% from 255) = 15.53%
BLUE value IS 1 (0.78% from 255) = 0.97%
R=83.50%
G=15.53%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8616100.810.990.6610.5997.717.06
Hex561010516342b6211
Octal12620101211431021314221
Binary101011010000101010001110001110000101011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561001; }

 p { color: rgb(86,16,1); }

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

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

 a { background-color: rgb(86,16,1); }

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

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

 span { border-color: rgb(86,16,1); }

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