Html Css Color HEX #550220 Bordeaux

📋 copy color: '#550220'

red 85 ◦ green 2 ◦ blue 32

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

Shades of Bordeaux #550220

Tints of Bordeaux #550220

RGB

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

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

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

R = 71.43%
G = 1.68%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#550220 (or 0x550220) is known color: Bordeaux. HEX triplet: 55, 02 and 20. RGB value is (85,2,32). Sum of RGB (Red+Green+Blue) = 85+2+32=119 (15% of max value = 765). Red value is 85 (33.59% from 255 or 71.43% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 85 - color contains mainly: red. Hex color #550220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550220 is #AAFDDF. Grayscale: #1E1E1E. Windows color (decimal): -11206112 or 2097749. OLE color: 2097749.

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

Color convert

RGB 85 2 32 -
CMYK 0 0.98 0.62 0.67
HSL 338.31º 0.95% 0.17% -
HSV(B) 338.31º 0.98% 0.33% -
XYZ 4.03 2.08 1.56 -
YUV 30.24 129 167.06 -
System Red Green Blue C M Y K H S L
Decimal 85 2 32 0 0.98 0.62 0.67 338.31 0.95 0.17
Hex 55 2 20 0 62 3E 43 152 5F 11
Octal 125 2 40 0 142 76 103 522 137 21
Binary 1010101 10 100000 0 1100010 111110 1000011 101010010 1011111 10001

Color Harmonies of #550220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550220

Black with #550220

Text Example


Text Example

White with #550220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550220; }

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

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

background-color css

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

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

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

border-color css

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

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

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