Html Css Color HEX #551121 Bordeaux

📋 copy color: '#551121'

red 85 ◦ green 17 ◦ blue 33

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

Shades of Bordeaux #551121

Tints of Bordeaux #551121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 24.44%

R = 62.96%
G = 12.59%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#551121 (or 0x551121) is known color: Bordeaux. HEX triplet: 55, 11 and 21. RGB value is (85,17,33). Sum of RGB (Red+Green+Blue) = 85+17+33=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #551121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551121 is #AAEEDE. Grayscale: #272727. Windows color (decimal): -11202271 or 2167125. OLE color: 2167125.

HSL color Cylindrical-coordinate representation of color #551121: hue angle of 345.88º 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 #551121 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 17 33 -
CMYK 0 0.80 0.61 0.67
HSL 345.88º 0.67% 0.2% -
HSV(B) 345.88º 0.8% 0.33% -
XYZ 4.22 2.44 1.69 -
YUV 39.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 85 17 33 0 0.80 0.61 0.67 345.88 0.67 0.2
Hex 55 11 21 0 50 3D 43 15A 43 14
Octal 125 21 41 0 120 75 103 532 103 24
Binary 1010101 10001 100001 0 1010000 111101 1000011 101011010 1000011 10100

Color Harmonies of #551121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551121

Black with #551121

Text Example


Text Example

White with #551121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551121; }

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

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

background-color css

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

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

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

border-color css

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

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

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