Html Css Color HEX #561B2B Bordeaux

📋 copy color: '#561B2B'

red 86 ◦ green 27 ◦ blue 43

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

Shades of Bordeaux #561B2B

Tints of Bordeaux #561B2B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.31%

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

R = 55.13%
G = 17.31%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.66

RGB Variations

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

Color information

#561B2B (or 0x561B2B) is known color: Bordeaux. HEX triplet: 56, 1B and 2B. RGB value is (86,27,43). Sum of RGB (Red+Green+Blue) = 86+27+43=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #561B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B2B is #A9E4D4. Grayscale: #2E2E2E. Windows color (decimal): -11134165 or 2825046. OLE color: 2825046.

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

Color convert

RGB 86 27 43 -
CMYK 0 0.69 0.50 0.66
HSL 343.73º 0.52% 0.22% -
HSV(B) 343.73º 0.69% 0.34% -
XYZ 4.67 2.94 2.61 -
YUV 46.47 126.05 156.2 -
System Red Green Blue C M Y K H S L
Decimal 86 27 43 0 0.69 0.50 0.66 343.73 0.52 0.22
Hex 56 1B 2B 0 45 32 42 158 34 16
Octal 126 33 53 0 105 62 102 530 64 26
Binary 1010110 11011 101011 0 1000101 110010 1000010 101011000 110100 10110

Color Harmonies of #561B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561B2B

Black with #561B2B

Text Example


Text Example

White with #561B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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