Html Css Color HEX #561D29 Bordeaux

📋 copy color: '#561D29'

red 86 ◦ green 29 ◦ blue 41

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

Shades of Bordeaux #561D29

Tints of Bordeaux #561D29

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.59%

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

R = 55.13%
G = 18.59%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#561D29 (or 0x561D29) is known color: Bordeaux. HEX triplet: 56, 1D and 29. RGB value is (86,29,41). Sum of RGB (Red+Green+Blue) = 86+29+41=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #561D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D29 is #A9E2D6. Grayscale: #2F2F2F. Windows color (decimal): -11133655 or 2694486. OLE color: 2694486.

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

Color convert

RGB 86 29 41 -
CMYK 0 0.66 0.52 0.66
HSL 347.37º 0.5% 0.23% -
HSV(B) 347.37º 0.66% 0.34% -
XYZ 4.68 3.02 2.43 -
YUV 47.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 86 29 41 0 0.66 0.52 0.66 347.37 0.5 0.23
Hex 56 1D 29 0 42 34 42 15B 32 17
Octal 126 35 51 0 102 64 102 533 62 27
Binary 1010110 11101 101001 0 1000010 110100 1000010 101011011 110010 10111

Color Harmonies of #561D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561D29

Black with #561D29

Text Example


Text Example

White with #561D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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