Html Css Color HEX #561321 Bordeaux

📋 copy color: '#561321'

red 86 ◦ green 19 ◦ blue 33

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

Shades of Bordeaux #561321

Tints of Bordeaux #561321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.77%

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

R = 62.32%
G = 13.77%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#561321 (or 0x561321) is known color: Bordeaux. HEX triplet: 56, 13 and 21. RGB value is (86,19,33). Sum of RGB (Red+Green+Blue) = 86+19+33=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #561321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561321 is #A9ECDE. Grayscale: #282828. Windows color (decimal): -11136223 or 2167638. OLE color: 2167638.

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

Color convert

RGB 86 19 33 -
CMYK 0 0.78 0.62 0.66
HSL 347.46º 0.64% 0.21% -
HSV(B) 347.46º 0.78% 0.34% -
XYZ 4.35 2.55 1.7 -
YUV 40.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 86 19 33 0 0.78 0.62 0.66 347.46 0.64 0.21
Hex 56 13 21 0 4E 3E 42 15B 40 15
Octal 126 23 41 0 116 76 102 533 100 25
Binary 1010110 10011 100001 0 1001110 111110 1000010 101011011 1000000 10101

Color Harmonies of #561321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561321

Black with #561321

Text Example


Text Example

White with #561321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561321; }

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

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

background-color css

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

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

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

border-color css

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

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

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