#561D1C

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

Shades of Red Oxide #561D1C

Tints of Red Oxide #561D1C

Color information

#561D1C (or 0x561D1C) is unknown color: approx Red Oxide. HEX triplet: 56, 1D and 1C. RGB value is (86,29,28). Sum of RGB (Red+Green+Blue) = 86+29+28=143 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.14% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 86 - color contains mainly: red. Hex color #561D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D1C is #A9E2E3. Grayscale: #2D2D2D. Windows color (decimal): -11133668 or 1842518. OLE color: 1842518.

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

Color convert

RGB862928-
CMYK00.660.670.66
HSL1.03º50.88%22.35%-
HSV(B)1.03º67.44%33.73%-
XYZ4.492.941.43-
YUV45.93117.88156.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.14%
GREEN value IS 29 (11.72% from 255) = 20.28%
BLUE value IS 28 (11.33% from 255) = 19.58%
R=60.14%
G=20.28%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86292800.660.670.661.0350.8822.35
Hex561D1C042434213316
Octal1263534010210310216326
Binary101011011101111000100001010000111000010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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