Html Css Color HEX #561118 Bordeaux

📋 copy color: '#561118'

red 86 ◦ green 17 ◦ blue 24

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

Shades of Bordeaux #561118

Tints of Bordeaux #561118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.9%

R = 67.72%
G = 13.39%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#561118 (or 0x561118) is known color: Bordeaux. HEX triplet: 56, 11 and 18. RGB value is (86,17,24). Sum of RGB (Red+Green+Blue) = 86+17+24=127 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.72% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 86 - color contains mainly: red. Hex color #561118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561118 is #A9EEE7. Grayscale: #262626. Windows color (decimal): -11136744 or 1577302. OLE color: 1577302.

HSL color Cylindrical-coordinate representation of color #561118: hue angle of 353.91º 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 #561118 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 17 24 -
CMYK 0 0.80 0.72 0.66
HSL 353.91º 0.67% 0.2% -
HSV(B) 353.91º 0.8% 0.34% -
XYZ 4.2 2.45 1.11 -
YUV 38.43 119.86 161.93 -
System Red Green Blue C M Y K H S L
Decimal 86 17 24 0 0.80 0.72 0.66 353.91 0.67 0.2
Hex 56 11 18 0 50 48 42 162 43 14
Octal 126 21 30 0 120 110 102 542 103 24
Binary 1010110 10001 11000 0 1010000 1001000 1000010 101100010 1000011 10100

Color Harmonies of #561118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561118

Black with #561118

Text Example


Text Example

White with #561118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561118; }

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

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

background-color css

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

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

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

border-color css

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

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

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