Html Css Color HEX #561D2B Bordeaux

📋 copy color: '#561D2B'

red 86 ◦ green 29 ◦ blue 43

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

Shades of Bordeaux #561D2B

Tints of Bordeaux #561D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.22%

R = 54.43%
G = 18.35%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.66

RGB Variations

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

Color information

#561D2B (or 0x561D2B) is known color: Bordeaux. HEX triplet: 56, 1D and 2B. RGB value is (86,29,43). Sum of RGB (Red+Green+Blue) = 86+29+43=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #561D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D2B is #A9E2D4. Grayscale: #2F2F2F. Windows color (decimal): -11133653 or 2825558. OLE color: 2825558.

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

Color convert

RGB 86 29 43 -
CMYK 0 0.66 0.50 0.66
HSL 345.26º 0.5% 0.23% -
HSV(B) 345.26º 0.66% 0.34% -
XYZ 4.71 3.03 2.62 -
YUV 47.64 125.38 155.36 -
System Red Green Blue C M Y K H S L
Decimal 86 29 43 0 0.66 0.50 0.66 345.26 0.5 0.23
Hex 56 1D 2B 0 42 32 42 159 32 17
Octal 126 35 53 0 102 62 102 531 62 27
Binary 1010110 11101 101011 0 1000010 110010 1000010 101011001 110010 10111

Color Harmonies of #561D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561D2B

Black with #561D2B

Text Example


Text Example

White with #561D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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