Html Css Color HEX #550221 Bordeaux

📋 copy color: '#550221'

red 85 ◦ green 2 ◦ blue 33

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

Shades of Bordeaux #550221

Tints of Bordeaux #550221

RGB

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

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

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

R = 70.83%
G = 1.67%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#550221 (or 0x550221) is known color: Bordeaux. HEX triplet: 55, 02 and 21. RGB value is (85,2,33). Sum of RGB (Red+Green+Blue) = 85+2+33=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #550221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550221 is #AAFDDE. Grayscale: #1E1E1E. Windows color (decimal): -11206111 or 2163285. OLE color: 2163285.

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

Color convert

RGB 85 2 33 -
CMYK 0 0.98 0.61 0.67
HSL 337.59º 0.95% 0.17% -
HSV(B) 337.59º 0.98% 0.33% -
XYZ 4.04 2.08 1.63 -
YUV 30.35 129.5 166.98 -
System Red Green Blue C M Y K H S L
Decimal 85 2 33 0 0.98 0.61 0.67 337.59 0.95 0.17
Hex 55 2 21 0 62 3D 43 152 5F 11
Octal 125 2 41 0 142 75 103 522 137 21
Binary 1010101 10 100001 0 1100010 111101 1000011 101010010 1011111 10001

Color Harmonies of #550221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550221

Black with #550221

Text Example


Text Example

White with #550221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550221; }

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

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

background-color css

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

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

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

border-color css

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

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

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