#561A29

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

Shades of Bordeaux #561A29

Tints of Bordeaux #561A29

Color information

#561A29 (or 0x561A29) is unknown color: approx Bordeaux. HEX triplet: 56, 1A and 29. RGB value is (86,26,41). Sum of RGB (Red+Green+Blue) = 86+26+41=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #561A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561A29 is #A9E5D6. Grayscale: #2D2D2D. Windows color (decimal): -11134423 or 2693718. OLE color: 2693718.

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

Color convert

RGB862641-
CMYK00.700.520.66
HSL345º53.57%21.96%-
HSV(B)345º69.77%33.73%-
XYZ4.612.882.41-
YUV45.65125.38156.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.21%
GREEN value IS 26 (10.55% from 255) = 16.99%
BLUE value IS 41 (16.41% from 255) = 26.80%
R=56.21%
G=16.99%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86264100.700.520.6634553.5721.96
Hex561A2904634421593616
Octal12632510106641025316626
Binary10101101101010100101000110110100100001010101100111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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