#561923

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

Shades of Bordeaux #561923

Tints of Bordeaux #561923

Color information

#561923 (or 0x561923) is unknown color: approx Bordeaux. HEX triplet: 56, 19 and 23. RGB value is (86,25,35). Sum of RGB (Red+Green+Blue) = 86+25+35=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #561923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561923 is #A9E6DC. Grayscale: #2C2C2C. Windows color (decimal): -11134685 or 2300246. OLE color: 2300246.

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

Color convert

RGB862535-
CMYK00.710.590.66
HSL350.16º54.95%21.76%-
HSV(B)350.16º70.93%33.73%-
XYZ4.492.81.89-
YUV44.38122.71157.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.90%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 35 (14.06% from 255) = 23.97%
R=58.90%
G=17.12%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86253500.710.590.66350.1654.9521.76
Hex5619230473B4215e3716
Octal12631430107731025366726
Binary10101101100110001101000111111011100001010101111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561923; }

 p { color: rgb(86,25,35); }

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

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

 a { background-color: rgb(86,25,35); }

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

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

 span { border-color: rgb(86,25,35); }

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