Html Css Color HEX #550111 Bordeaux

📋 copy color: '#550111'

red 85 ◦ green 1 ◦ blue 17

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

Shades of Bordeaux #550111

Tints of Bordeaux #550111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.97%

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

R = 82.52%
G = 0.97%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#550111 (or 0x550111) is known color: Bordeaux. HEX triplet: 55, 01 and 11. RGB value is (85,1,17). Sum of RGB (Red+Green+Blue) = 85+1+17=103 (13% of max value = 765). Red value is 85 (33.59% from 255 or 82.52% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 85 - color contains mainly: red. Hex color #550111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550111 is #AAFEEE. Grayscale: #1B1B1B. Windows color (decimal): -11206383 or 1114453. OLE color: 1114453.

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

Color convert

RGB 85 1 17 -
CMYK 0 0.99 0.80 0.67
HSL 348.57º 0.98% 0.17% -
HSV(B) 348.57º 0.99% 0.33% -
XYZ 3.86 1.99 0.71 -
YUV 27.94 121.83 168.7 -
System Red Green Blue C M Y K H S L
Decimal 85 1 17 0 0.99 0.80 0.67 348.57 0.98 0.17
Hex 55 1 11 0 63 50 43 15D 62 11
Octal 125 1 21 0 143 120 103 535 142 21
Binary 1010101 1 10001 0 1100011 1010000 1000011 101011101 1100010 10001

Color Harmonies of #550111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550111

Black with #550111

Text Example


Text Example

White with #550111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550111; }

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

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

background-color css

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

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

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

border-color css

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

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

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