#561C29

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

Shades of Bordeaux #561C29

Tints of Bordeaux #561C29

Color information

#561C29 (or 0x561C29) is unknown color: approx Bordeaux. HEX triplet: 56, 1C and 29. RGB value is (86,28,41). Sum of RGB (Red+Green+Blue) = 86+28+41=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #561C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C29 is #A9E3D6. Grayscale: #2E2E2E. Windows color (decimal): -11133911 or 2694230. OLE color: 2694230.

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

Color convert

RGB862841-
CMYK00.670.520.66
HSL346.55º50.88%22.35%-
HSV(B)346.55º67.44%33.73%-
XYZ4.652.972.43-
YUV46.82124.72155.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.48%
GREEN value IS 28 (11.33% from 255) = 18.06%
BLUE value IS 41 (16.41% from 255) = 26.45%
R=55.48%
G=18.06%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86284100.670.520.66346.5550.8822.35
Hex561C29043344215b3316
Octal12634510103641025336326
Binary10101101110010100101000011110100100001010101101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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