Html Css Color HEX #550011 Bordeaux

📋 copy color: '#550011'

red 85 ◦ green 0 ◦ blue 17

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

Shades of Bordeaux #550011

Tints of Bordeaux #550011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.33%
G = 0%
B = 16.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#550011 (or 0x550011) is known color: Bordeaux. HEX triplet: 55, 00 and 11. RGB value is (85,0,17). Sum of RGB (Red+Green+Blue) = 85+0+17=102 (13% of max value = 765). Red value is 85 (33.59% from 255 or 83.33% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 85 - color contains mainly: red. Hex color #550011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550011 is #AAFFEE. Grayscale: #1B1B1B. Windows color (decimal): -11206639 or 1114197. OLE color: 1114197.

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

Color convert

RGB 85 0 17 -
CMYK 0 1 0.80 0.67
HSL 348º 1% 0.17% -
HSV(B) 348º 1% 0.33% -
XYZ 3.85 1.97 0.71 -
YUV 27.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 85 0 17 0 1 0.80 0.67 348 1 0.17
Hex 55 0 11 0 64 50 43 15C 64 11
Octal 125 0 21 0 144 120 103 534 144 21
Binary 1010101 0 10001 0 1100100 1010000 1000011 101011100 1100100 10001

Color Harmonies of #550011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550011

Black with #550011

Text Example


Text Example

White with #550011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550011; }

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

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

background-color css

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

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

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

border-color css

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

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

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