Html Css Color HEX #551221 Bordeaux

📋 copy color: '#551221'

red 85 ◦ green 18 ◦ blue 33

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

Shades of Bordeaux #551221

Tints of Bordeaux #551221

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.24%

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

R = 62.5%
G = 13.24%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#551221 (or 0x551221) is known color: Bordeaux. HEX triplet: 55, 12 and 21. RGB value is (85,18,33). Sum of RGB (Red+Green+Blue) = 85+18+33=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #551221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551221 is #AAEDDE. Grayscale: #272727. Windows color (decimal): -11202015 or 2167381. OLE color: 2167381.

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

Color convert

RGB 85 18 33 -
CMYK 0 0.79 0.61 0.67
HSL 346.57º 0.65% 0.2% -
HSV(B) 346.57º 0.79% 0.33% -
XYZ 4.24 2.47 1.69 -
YUV 39.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 85 18 33 0 0.79 0.61 0.67 346.57 0.65 0.2
Hex 55 12 21 0 4F 3D 43 15B 41 14
Octal 125 22 41 0 117 75 103 533 101 24
Binary 1010101 10010 100001 0 1001111 111101 1000011 101011011 1000001 10100

Color Harmonies of #551221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551221

Black with #551221

Text Example


Text Example

White with #551221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551221; }

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

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

background-color css

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

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

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

border-color css

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

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

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