#561C14

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

Shades of Red Oxide #561C14

Tints of Red Oxide #561C14

Color information

#561C14 (or 0x561C14) is unknown color: approx Red Oxide. HEX triplet: 56, 1C and 14. RGB value is (86,28,20). Sum of RGB (Red+Green+Blue) = 86+28+20=134 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.18% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 86 - color contains mainly: red. Hex color #561C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561C14 is #A9E3EB. Grayscale: #2C2C2C. Windows color (decimal): -11133932 or 1317974. OLE color: 1317974.

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

Color convert

RGB862820-
CMYK00.670.770.66
HSL7.27º62.26%20.78%-
HSV(B)7.27º76.74%33.73%-
XYZ4.382.860.98-
YUV44.43114.22157.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 64.18%
GREEN value IS 28 (11.33% from 255) = 20.90%
BLUE value IS 20 (8.20% from 255) = 14.93%
R=64.18%
G=20.90%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86282000.670.770.667.2762.2620.78
Hex561C140434D4273e15
Octal1263424010311510277625
Binary10101101110010100010000111001101100001011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561C14; }

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

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

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

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

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

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

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

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