Html Css Color HEX #550211 Bordeaux

📋 copy color: '#550211'

red 85 ◦ green 2 ◦ blue 17

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

Shades of Bordeaux #550211

Tints of Bordeaux #550211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.92%

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

R = 81.73%
G = 1.92%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#550211 (or 0x550211) is known color: Bordeaux. HEX triplet: 55, 02 and 11. RGB value is (85,2,17). Sum of RGB (Red+Green+Blue) = 85+2+17=104 (13% of max value = 765). Red value is 85 (33.59% from 255 or 81.73% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 85 - color contains mainly: red. Hex color #550211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550211 is #AAFDEE. Grayscale: #1C1C1C. Windows color (decimal): -11206127 or 1114709. OLE color: 1114709.

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

Color convert

RGB 85 2 17 -
CMYK 0 0.98 0.80 0.67
HSL 349.16º 0.95% 0.17% -
HSV(B) 349.16º 0.98% 0.33% -
XYZ 3.87 2.02 0.72 -
YUV 28.53 121.5 168.28 -
System Red Green Blue C M Y K H S L
Decimal 85 2 17 0 0.98 0.80 0.67 349.16 0.95 0.17
Hex 55 2 11 0 62 50 43 15D 5F 11
Octal 125 2 21 0 142 120 103 535 137 21
Binary 1010101 10 10001 0 1100010 1010000 1000011 101011101 1011111 10001

Color Harmonies of #550211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550211

Black with #550211

Text Example


Text Example

White with #550211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550211; }

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

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

background-color css

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

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

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

border-color css

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

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

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