#561817

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

Shades of Red Oxide #561817

Tints of Red Oxide #561817

Color information

#561817 (or 0x561817) is unknown color: approx Red Oxide. HEX triplet: 56, 18 and 17. RGB value is (86,24,23). Sum of RGB (Red+Green+Blue) = 86+24+23=133 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.66% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 86 - color contains mainly: red. Hex color #561817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561817 is #A9E7E8. Grayscale: #2A2A2A. Windows color (decimal): -11134953 or 1513558. OLE color: 1513558.

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

Color convert

RGB862423-
CMYK00.720.730.66
HSL0.95º57.8%21.37%-
HSV(B)0.95º73.26%33.73%-
XYZ4.322.691.1-
YUV42.42117.04159.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 64.66%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 23 (9.38% from 255) = 17.29%
R=64.66%
G=18.05%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86242300.720.730.660.9557.821.37
Hex561817048494213a15
Octal1263027011011110217225
Binary101011011000101110100100010010011000010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561817; }

 p { color: rgb(86,24,23); }

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

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

 a { background-color: rgb(86,24,23); }

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

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

 span { border-color: rgb(86,24,23); }

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