Html Css Color HEX #550120 Bordeaux

📋 copy color: '#550120'

red 85 ◦ green 1 ◦ blue 32

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

Shades of Bordeaux #550120

Tints of Bordeaux #550120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.85%

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

R = 72.03%
G = 0.85%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#550120 (or 0x550120) is known color: Bordeaux. HEX triplet: 55, 01 and 20. RGB value is (85,1,32). Sum of RGB (Red+Green+Blue) = 85+1+32=118 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.03% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 85 - color contains mainly: red. Hex color #550120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550120 is #AAFEDF. Grayscale: #1D1D1D. Windows color (decimal): -11206368 or 2097493. OLE color: 2097493.

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

Color convert

RGB 85 1 32 -
CMYK 0 0.99 0.62 0.67
HSL 337.86º 0.98% 0.17% -
HSV(B) 337.86º 0.99% 0.33% -
XYZ 4.02 2.06 1.55 -
YUV 29.65 129.33 167.48 -
System Red Green Blue C M Y K H S L
Decimal 85 1 32 0 0.99 0.62 0.67 337.86 0.98 0.17
Hex 55 1 20 0 63 3E 43 152 62 11
Octal 125 1 40 0 143 76 103 522 142 21
Binary 1010101 1 100000 0 1100011 111110 1000011 101010010 1100010 10001

Color Harmonies of #550120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550120

Black with #550120

Text Example


Text Example

White with #550120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550120; }

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

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

background-color css

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

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

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

border-color css

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

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

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