Html Css Color HEX #561620 Bordeaux

📋 copy color: '#561620'

red 86 ◦ green 22 ◦ blue 32

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

Shades of Bordeaux #561620

Tints of Bordeaux #561620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.71%

 BLUE value IS 32 (12.89% from 255) = 22.86%

R = 61.43%
G = 15.71%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#561620 (or 0x561620) is known color: Bordeaux. HEX triplet: 56, 16 and 20. RGB value is (86,22,32). Sum of RGB (Red+Green+Blue) = 86+22+32=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #561620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561620 is #A9E9DF. Grayscale: #2A2A2A. Windows color (decimal): -11135456 or 2102870. OLE color: 2102870.

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

Color convert

RGB 86 22 32 -
CMYK 0 0.74 0.63 0.66
HSL 350.63º 0.59% 0.21% -
HSV(B) 350.63º 0.74% 0.34% -
XYZ 4.39 2.66 1.65 -
YUV 42.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 86 22 32 0 0.74 0.63 0.66 350.63 0.59 0.21
Hex 56 16 20 0 4A 3F 42 15F 3B 15
Octal 126 26 40 0 112 77 102 537 73 25
Binary 1010110 10110 100000 0 1001010 111111 1000010 101011111 111011 10101

Color Harmonies of #561620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561620

Black with #561620

Text Example


Text Example

White with #561620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561620; }

 p { color: rgb(86,22,32); }

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

background-color css

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

 a { background-color: rgb(86,22,32); }

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

border-color css

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

 span { border-color: rgb(86,22,32); }

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