Html Css Color HEX #561A2B Bordeaux

📋 copy color: '#561A2B'

red 86 ◦ green 26 ◦ blue 43

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

Shades of Bordeaux #561A2B

Tints of Bordeaux #561A2B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.77%

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

R = 55.48%
G = 16.77%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.66

RGB Variations

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

Color information

#561A2B (or 0x561A2B) is known color: Bordeaux. HEX triplet: 56, 1A and 2B. RGB value is (86,26,43). Sum of RGB (Red+Green+Blue) = 86+26+43=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #561A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561A2B is #A9E5D4. Grayscale: #2D2D2D. Windows color (decimal): -11134421 or 2824790. OLE color: 2824790.

HSL color Cylindrical-coordinate representation of color #561A2B: hue angle of 343º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #561A2B is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 26 43 -
CMYK 0 0.70 0.50 0.66
HSL 343º 0.54% 0.22% -
HSV(B) 343º 0.7% 0.34% -
XYZ 4.64 2.89 2.6 -
YUV 45.88 126.38 156.62 -
System Red Green Blue C M Y K H S L
Decimal 86 26 43 0 0.70 0.50 0.66 343 0.54 0.22
Hex 56 1A 2B 0 46 32 42 157 36 16
Octal 126 32 53 0 106 62 102 527 66 26
Binary 1010110 11010 101011 0 1000110 110010 1000010 101010111 110110 10110

Color Harmonies of #561A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561A2B

Black with #561A2B

Text Example


Text Example

White with #561A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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