Html Css Color HEX #561329 Bordeaux

📋 copy color: '#561329'

red 86 ◦ green 19 ◦ blue 41

#561329
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #561329

Tints of Bordeaux #561329

RGB

 RED value IS 86 (33.98% from 255) = 58.9%

 GREEN value IS 19 (7.81% from 255) = 13.01%

 BLUE value IS 41 (16.41% from 255) = 28.08%

R = 58.9%
G = 13.01%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#561329 (or 0x561329) is known color: Bordeaux. HEX triplet: 56, 13 and 29. RGB value is (86,19,41). Sum of RGB (Red+Green+Blue) = 86+19+41=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #561329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561329 is #A9ECD6. Grayscale: #292929. Windows color (decimal): -11136215 or 2691926. OLE color: 2691926.

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

Color convert

RGB 86 19 41 -
CMYK 0 0.78 0.52 0.66
HSL 340.3º 0.64% 0.21% -
HSV(B) 340.3º 0.78% 0.34% -
XYZ 4.47 2.6 2.36 -
YUV 41.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 86 19 41 0 0.78 0.52 0.66 340.3 0.64 0.21
Hex 56 13 29 0 4E 34 42 154 40 15
Octal 126 23 51 0 116 64 102 524 100 25
Binary 1010110 10011 101001 0 1001110 110100 1000010 101010100 1000000 10101

Color Harmonies of #561329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561329

Black with #561329

Text Example


Text Example

White with #561329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561329; }

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

 H1.HeaderClassName
 {
   color: #561329;
 }
 .AnyTagClassName
 {
   color: #561329;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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