Html Css Color HEX #561B2C Bordeaux

📋 copy color: '#561B2C'

red 86 ◦ green 27 ◦ blue 44

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

Shades of Bordeaux #561B2C

Tints of Bordeaux #561B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 28.03%

R = 54.78%
G = 17.2%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#561B2C (or 0x561B2C) is known color: Bordeaux. HEX triplet: 56, 1B and 2C. RGB value is (86,27,44). Sum of RGB (Red+Green+Blue) = 86+27+44=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #561B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B2C is #A9E4D3. Grayscale: #2E2E2E. Windows color (decimal): -11134164 or 2890582. OLE color: 2890582.

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

Color convert

RGB 86 27 44 -
CMYK 0 0.69 0.49 0.66
HSL 342.71º 0.52% 0.22% -
HSV(B) 342.71º 0.69% 0.34% -
XYZ 4.68 2.94 2.7 -
YUV 46.58 126.55 156.12 -
System Red Green Blue C M Y K H S L
Decimal 86 27 44 0 0.69 0.49 0.66 342.71 0.52 0.22
Hex 56 1B 2C 0 45 31 42 157 34 16
Octal 126 33 54 0 105 61 102 527 64 26
Binary 1010110 11011 101100 0 1000101 110001 1000010 101010111 110100 10110

Color Harmonies of #561B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561B2C

Black with #561B2C

Text Example


Text Example

White with #561B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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