#561401

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

Shades of Red Oxide #561401

Tints of Red Oxide #561401

Color information

#561401 (or 0x561401) is unknown color: approx Red Oxide. HEX triplet: 56, 14 and 01. RGB value is (86,20,1). Sum of RGB (Red+Green+Blue) = 86+20+1=107 (14% of max value = 765). Red value is 86 (33.98% from 255 or 80.37% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 86 - color contains mainly: red. Hex color #561401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561401 is #A9EBFE. Grayscale: #252525. Windows color (decimal): -11135999 or 70742. OLE color: 70742.

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

Color convert

RGB86201-
CMYK00.770.990.66
HSL13.41º97.7%17.06%-
HSV(B)13.41º98.84%33.73%-
XYZ4.092.480.29-
YUV37.57107.37162.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 80.37%
GREEN value IS 20 (8.20% from 255) = 18.69%
BLUE value IS 1 (0.78% from 255) = 0.93%
R=80.37%
G=18.69%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8620100.770.990.6613.4197.717.06
Hex5614104D6342d6211
Octal12624101151431021514221
Binary101011010100101001101110001110000101101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561401; }

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

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

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

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

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

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

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

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