#561C13

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

Shades of Red Oxide #561C13

Tints of Red Oxide #561C13

Color information

#561C13 (or 0x561C13) is unknown color: approx Red Oxide. HEX triplet: 56, 1C and 13. RGB value is (86,28,19). Sum of RGB (Red+Green+Blue) = 86+28+19=133 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.66% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 86 - color contains mainly: red. Hex color #561C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561C13 is #A9E3EC. Grayscale: #2C2C2C. Windows color (decimal): -11133933 or 1252438. OLE color: 1252438.

HSL color Cylindrical-coordinate representation of color #561C13: hue angle of 8.06º 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 #561C13 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB862819-
CMYK00.670.780.66
HSL8.06º63.81%20.59%-
HSV(B)8.06º77.91%33.73%-
XYZ4.372.860.94-
YUV44.32113.72157.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 64.66%
GREEN value IS 28 (11.33% from 255) = 21.05%
BLUE value IS 19 (7.81% from 255) = 14.29%
R=64.66%
G=21.05%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86281900.670.780.668.0663.8120.59
Hex561C130434E4284015
Octal126342301031161021010025
Binary1010110111001001101000011100111010000101000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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