Html Css Color HEX #561B2A Bordeaux

📋 copy color: '#561B2A'

red 86 ◦ green 27 ◦ blue 42

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

Shades of Bordeaux #561B2A

Tints of Bordeaux #561B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.1%

R = 55.48%
G = 17.42%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#561B2A (or 0x561B2A) is known color: Bordeaux. HEX triplet: 56, 1B and 2A. RGB value is (86,27,42). Sum of RGB (Red+Green+Blue) = 86+27+42=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #561B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B2A is #A9E4D5. Grayscale: #2E2E2E. Windows color (decimal): -11134166 or 2759510. OLE color: 2759510.

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

Color convert

RGB 86 27 42 -
CMYK 0 0.69 0.51 0.66
HSL 344.75º 0.52% 0.22% -
HSV(B) 344.75º 0.69% 0.34% -
XYZ 4.65 2.93 2.51 -
YUV 46.35 125.55 156.28 -
System Red Green Blue C M Y K H S L
Decimal 86 27 42 0 0.69 0.51 0.66 344.75 0.52 0.22
Hex 56 1B 2A 0 45 33 42 159 34 16
Octal 126 33 52 0 105 63 102 531 64 26
Binary 1010110 11011 101010 0 1000101 110011 1000010 101011001 110100 10110

Color Harmonies of #561B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561B2A

Black with #561B2A

Text Example


Text Example

White with #561B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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