Html Css Color HEX #550620 Bordeaux

📋 copy color: '#550620'

red 85 ◦ green 6 ◦ blue 32

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

Shades of Bordeaux #550620

Tints of Bordeaux #550620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.88%

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

R = 69.11%
G = 4.88%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#550620 (or 0x550620) is known color: Bordeaux. HEX triplet: 55, 06 and 20. RGB value is (85,6,32). Sum of RGB (Red+Green+Blue) = 85+6+32=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #550620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550620 is #AAF9DF. Grayscale: #202020. Windows color (decimal): -11205088 or 2098773. OLE color: 2098773.

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

Color convert

RGB 85 6 32 -
CMYK 0 0.93 0.62 0.67
HSL 340.25º 0.87% 0.18% -
HSV(B) 340.25º 0.93% 0.33% -
XYZ 4.07 2.17 1.57 -
YUV 32.59 127.67 165.39 -
System Red Green Blue C M Y K H S L
Decimal 85 6 32 0 0.93 0.62 0.67 340.25 0.87 0.18
Hex 55 6 20 0 5D 3E 43 154 57 12
Octal 125 6 40 0 135 76 103 524 127 22
Binary 1010101 110 100000 0 1011101 111110 1000011 101010100 1010111 10010

Color Harmonies of #550620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550620

Black with #550620

Text Example


Text Example

White with #550620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550620; }

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

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

background-color css

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

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

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

border-color css

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

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

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