#561413

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

Shades of Red Oxide #561413

Tints of Red Oxide #561413

Color information

#561413 (or 0x561413) is unknown color: approx Red Oxide. HEX triplet: 56, 14 and 13. RGB value is (86,20,19). Sum of RGB (Red+Green+Blue) = 86+20+19=125 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.8% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 86 - color contains mainly: red. Hex color #561413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561413 is #A9EBEC. Grayscale: #272727. Windows color (decimal): -11135981 or 1250390. OLE color: 1250390.

HSL color Cylindrical-coordinate representation of color #561413: hue angle of 0.9º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #561413 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB862019-
CMYK00.770.780.66
HSL0.9º63.81%20.59%-
HSV(B)0.9º77.91%33.73%-
XYZ4.212.530.88-
YUV39.62116.37161.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 68.8%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 19 (7.81% from 255) = 15.2%
R=68.8%
G=16%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86201900.770.780.660.963.8120.59
Hex56141304D4E4214015
Octal12624230115116102110025
Binary1010110101001001101001101100111010000101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561413; }

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

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

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

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

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

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

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

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