Html Css Color HEX #550320 Bordeaux

📋 copy color: '#550320'

red 85 ◦ green 3 ◦ blue 32

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

Shades of Bordeaux #550320

Tints of Bordeaux #550320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.5%

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

R = 70.83%
G = 2.5%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#550320 (or 0x550320) is known color: Bordeaux. HEX triplet: 55, 03 and 20. RGB value is (85,3,32). Sum of RGB (Red+Green+Blue) = 85+3+32=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #550320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550320 is #AAFCDF. Grayscale: #1E1E1E. Windows color (decimal): -11205856 or 2098005. OLE color: 2098005.

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

Color convert

RGB 85 3 32 -
CMYK 0 0.96 0.62 0.67
HSL 338.78º 0.93% 0.17% -
HSV(B) 338.78º 0.96% 0.33% -
XYZ 4.04 2.1 1.56 -
YUV 30.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 85 3 32 0 0.96 0.62 0.67 338.78 0.93 0.17
Hex 55 3 20 0 60 3E 43 153 5D 11
Octal 125 3 40 0 140 76 103 523 135 21
Binary 1010101 11 100000 0 1100000 111110 1000011 101010011 1011101 10001

Color Harmonies of #550320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550320

Black with #550320

Text Example


Text Example

White with #550320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550320; }

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

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

background-color css

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

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

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

border-color css

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

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

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