#561A23

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

Shades of Bordeaux #561A23

Tints of Bordeaux #561A23

Color information

#561A23 (or 0x561A23) is unknown color: approx Bordeaux. HEX triplet: 56, 1A and 23. RGB value is (86,26,35). Sum of RGB (Red+Green+Blue) = 86+26+35=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #561A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561A23 is #A9E5DC. Grayscale: #2C2C2C. Windows color (decimal): -11134429 or 2300502. OLE color: 2300502.

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

Color convert

RGB862635-
CMYK00.700.590.66
HSL351º53.57%21.96%-
HSV(B)351º69.77%33.73%-
XYZ4.512.841.9-
YUV44.97122.38157.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.50%
GREEN value IS 26 (10.55% from 255) = 17.69%
BLUE value IS 35 (14.06% from 255) = 23.81%
R=58.50%
G=17.69%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86263500.700.590.6635153.5721.96
Hex561A230463B4215f3616
Octal12632430106731025376626
Binary10101101101010001101000110111011100001010101111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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