Html Css Color HEX #561122 Bordeaux

📋 copy color: '#561122'

red 86 ◦ green 17 ◦ blue 34

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

Shades of Bordeaux #561122

Tints of Bordeaux #561122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.41%

 BLUE value IS 34 (13.67% from 255) = 24.82%

R = 62.77%
G = 12.41%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#561122 (or 0x561122) is known color: Bordeaux. HEX triplet: 56, 11 and 22. RGB value is (86,17,34). Sum of RGB (Red+Green+Blue) = 86+17+34=137 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.77% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 86 - color contains mainly: red. Hex color #561122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561122 is #A9EEDD. Grayscale: #272727. Windows color (decimal): -11136734 or 2232662. OLE color: 2232662.

HSL color Cylindrical-coordinate representation of color #561122: hue angle of 345.22º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561122 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 17 34 -
CMYK 0 0.80 0.60 0.66
HSL 345.22º 0.67% 0.2% -
HSV(B) 345.22º 0.8% 0.34% -
XYZ 4.33 2.49 1.77 -
YUV 39.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 86 17 34 0 0.80 0.60 0.66 345.22 0.67 0.2
Hex 56 11 22 0 50 3C 42 159 43 14
Octal 126 21 42 0 120 74 102 531 103 24
Binary 1010110 10001 100010 0 1010000 111100 1000010 101011001 1000011 10100

Color Harmonies of #561122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561122

Black with #561122

Text Example


Text Example

White with #561122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561122; }

 p { color: rgb(86,17,34); }

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

background-color css

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

 a { background-color: rgb(86,17,34); }

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

border-color css

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

 span { border-color: rgb(86,17,34); }

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