Html Css Color HEX #561721 Bordeaux

📋 copy color: '#561721'

red 86 ◦ green 23 ◦ blue 33

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

Shades of Bordeaux #561721

Tints of Bordeaux #561721

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.2%

 BLUE value IS 33 (13.28% from 255) = 23.24%

R = 60.56%
G = 16.2%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#561721 (or 0x561721) is known color: Bordeaux. HEX triplet: 56, 17 and 21. RGB value is (86,23,33). Sum of RGB (Red+Green+Blue) = 86+23+33=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #561721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561721 is #A9E8DE. Grayscale: #2B2B2B. Windows color (decimal): -11135199 or 2168662. OLE color: 2168662.

HSL color Cylindrical-coordinate representation of color #561721: hue angle of 350.48º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #561721 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 23 33 -
CMYK 0 0.73 0.62 0.66
HSL 350.48º 0.58% 0.21% -
HSV(B) 350.48º 0.73% 0.34% -
XYZ 4.42 2.7 1.73 -
YUV 42.98 122.37 158.69 -
System Red Green Blue C M Y K H S L
Decimal 86 23 33 0 0.73 0.62 0.66 350.48 0.58 0.21
Hex 56 17 21 0 49 3E 42 15E 3A 15
Octal 126 27 41 0 111 76 102 536 72 25
Binary 1010110 10111 100001 0 1001001 111110 1000010 101011110 111010 10101

Color Harmonies of #561721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561721

Black with #561721

Text Example


Text Example

White with #561721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561721; }

 p { color: rgb(86,23,33); }

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

background-color css

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

 a { background-color: rgb(86,23,33); }

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

border-color css

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

 span { border-color: rgb(86,23,33); }

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