#561615

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

Shades of Red Oxide #561615

Tints of Red Oxide #561615

Color information

#561615 (or 0x561615) is unknown color: approx Red Oxide. HEX triplet: 56, 16 and 15. RGB value is (86,22,21). Sum of RGB (Red+Green+Blue) = 86+22+21=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #561615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561615 is #A9E9EA. Grayscale: #292929. Windows color (decimal): -11135467 or 1381974. OLE color: 1381974.

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

Color convert

RGB862221-
CMYK00.740.760.66
HSL0.92º60.75%20.98%-
HSV(B)0.92º75.58%33.73%-
XYZ4.262.610.99-
YUV41.02116.7160.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 66.67%
GREEN value IS 22 (8.98% from 255) = 17.05%
BLUE value IS 21 (8.59% from 255) = 16.28%
R=66.67%
G=17.05%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86222100.740.760.660.9260.7520.98
Hex56161504A4C4213d15
Octal1262625011211410217525
Binary101011010110101010100101010011001000010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561615; }

 p { color: rgb(86,22,21); }

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

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

 a { background-color: rgb(86,22,21); }

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

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

 span { border-color: rgb(86,22,21); }

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