Html Css Color HEX #551120 Bordeaux

📋 copy color: '#551120'

red 85 ◦ green 17 ◦ blue 32

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

Shades of Bordeaux #551120

Tints of Bordeaux #551120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.88%

R = 63.43%
G = 12.69%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#551120 (or 0x551120) is known color: Bordeaux. HEX triplet: 55, 11 and 20. RGB value is (85,17,32). Sum of RGB (Red+Green+Blue) = 85+17+32=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #551120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551120 is #AAEEDF. Grayscale: #272727. Windows color (decimal): -11202272 or 2101589. OLE color: 2101589.

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

Color convert

RGB 85 17 32 -
CMYK 0 0.80 0.62 0.67
HSL 346.76º 0.67% 0.2% -
HSV(B) 346.76º 0.8% 0.33% -
XYZ 4.21 2.44 1.62 -
YUV 39.04 124.03 160.78 -
System Red Green Blue C M Y K H S L
Decimal 85 17 32 0 0.80 0.62 0.67 346.76 0.67 0.2
Hex 55 11 20 0 50 3E 43 15B 43 14
Octal 125 21 40 0 120 76 103 533 103 24
Binary 1010101 10001 100000 0 1010000 111110 1000011 101011011 1000011 10100

Color Harmonies of #551120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551120

Black with #551120

Text Example


Text Example

White with #551120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551120; }

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

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

background-color css

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

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

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

border-color css

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

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

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