Html Css Color HEX #550911 Bordeaux

📋 copy color: '#550911'

red 85 ◦ green 9 ◦ blue 17

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

Shades of Bordeaux #550911

Tints of Bordeaux #550911

RGB

 RED value IS 85 (33.59% from 255) = 76.58%

 GREEN value IS 9 (3.91% from 255) = 8.11%

 BLUE value IS 17 (7.03% from 255) = 15.32%

R = 76.58%
G = 8.11%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#550911 (or 0x550911) is known color: Bordeaux. HEX triplet: 55, 09 and 11. RGB value is (85,9,17). Sum of RGB (Red+Green+Blue) = 85+9+17=111 (14% of max value = 765). Red value is 85 (33.59% from 255 or 76.58% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 85 - color contains mainly: red. Hex color #550911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550911 is #AAF6EE. Grayscale: #202020. Windows color (decimal): -11204335 or 1116501. OLE color: 1116501.

HSL color Cylindrical-coordinate representation of color #550911: hue angle of 353.68º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550911 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 9 17 -
CMYK 0 0.89 0.80 0.67
HSL 353.68º 0.81% 0.18% -
HSV(B) 353.68º 0.89% 0.33% -
XYZ 3.95 2.17 0.74 -
YUV 32.64 119.18 165.35 -
System Red Green Blue C M Y K H S L
Decimal 85 9 17 0 0.89 0.80 0.67 353.68 0.81 0.18
Hex 55 9 11 0 59 50 43 162 51 12
Octal 125 11 21 0 131 120 103 542 121 22
Binary 1010101 1001 10001 0 1011001 1010000 1000011 101100010 1010001 10010

Color Harmonies of #550911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550911

Black with #550911

Text Example


Text Example

White with #550911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550911; }

 p { color: rgb(85,9,17); }

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

background-color css

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

 a { background-color: rgb(85,9,17); }

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

border-color css

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

 span { border-color: rgb(85,9,17); }

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