Html Css Color HEX #561729 Bordeaux

📋 copy color: '#561729'

red 86 ◦ green 23 ◦ blue 41

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

Shades of Bordeaux #561729

Tints of Bordeaux #561729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.33%

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

R = 57.33%
G = 15.33%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#561729 (or 0x561729) is known color: Bordeaux. HEX triplet: 56, 17 and 29. RGB value is (86,23,41). Sum of RGB (Red+Green+Blue) = 86+23+41=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #561729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561729 is #A9E8D6. Grayscale: #2B2B2B. Windows color (decimal): -11135191 or 2692950. OLE color: 2692950.

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

Color convert

RGB 86 23 41 -
CMYK 0 0.73 0.52 0.66
HSL 342.86º 0.58% 0.21% -
HSV(B) 342.86º 0.73% 0.34% -
XYZ 4.54 2.75 2.39 -
YUV 43.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 86 23 41 0 0.73 0.52 0.66 342.86 0.58 0.21
Hex 56 17 29 0 49 34 42 157 3A 15
Octal 126 27 51 0 111 64 102 527 72 25
Binary 1010110 10111 101001 0 1001001 110100 1000010 101010111 111010 10101

Color Harmonies of #561729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561729

Black with #561729

Text Example


Text Example

White with #561729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561729; }

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

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

background-color css

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

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

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

border-color css

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

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

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