Html Css Color HEX #550920 Bordeaux

📋 copy color: '#550920'

red 85 ◦ green 9 ◦ blue 32

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

Shades of Bordeaux #550920

Tints of Bordeaux #550920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.14%

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

R = 67.46%
G = 7.14%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#550920 (or 0x550920) is known color: Bordeaux. HEX triplet: 55, 09 and 20. RGB value is (85,9,32). Sum of RGB (Red+Green+Blue) = 85+9+32=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #550920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550920 is #AAF6DF. Grayscale: #222222. Windows color (decimal): -11204320 or 2099541. OLE color: 2099541.

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

Color convert

RGB 85 9 32 -
CMYK 0 0.89 0.62 0.67
HSL 341.84º 0.81% 0.18% -
HSV(B) 341.84º 0.89% 0.33% -
XYZ 4.1 2.23 1.58 -
YUV 34.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 85 9 32 0 0.89 0.62 0.67 341.84 0.81 0.18
Hex 55 9 20 0 59 3E 43 156 51 12
Octal 125 11 40 0 131 76 103 526 121 22
Binary 1010101 1001 100000 0 1011001 111110 1000011 101010110 1010001 10010

Color Harmonies of #550920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550920

Black with #550920

Text Example


Text Example

White with #550920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550920; }

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

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

background-color css

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

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

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

border-color css

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

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

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