Html Css Color HEX #550A20 Bordeaux

📋 copy color: '#550A20'

red 85 ◦ green 10 ◦ blue 32

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

Shades of Bordeaux #550A20

Tints of Bordeaux #550A20

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.87%

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

R = 66.93%
G = 7.87%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#550A20 (or 0x550A20) is known color: Bordeaux. HEX triplet: 55, 0A and 20. RGB value is (85,10,32). Sum of RGB (Red+Green+Blue) = 85+10+32=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #550A20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550A20 is #AAF5DF. Grayscale: #222222. Windows color (decimal): -11204064 or 2099797. OLE color: 2099797.

HSL color Cylindrical-coordinate representation of color #550A20: hue angle of 342.4º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550A20 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 10 32 -
CMYK 0 0.88 0.62 0.67
HSL 342.4º 0.79% 0.19% -
HSV(B) 342.4º 0.88% 0.33% -
XYZ 4.12 2.25 1.58 -
YUV 34.93 126.35 163.71 -
System Red Green Blue C M Y K H S L
Decimal 85 10 32 0 0.88 0.62 0.67 342.4 0.79 0.19
Hex 55 A 20 0 58 3E 43 156 4F 13
Octal 125 12 40 0 130 76 103 526 117 23
Binary 1010101 1010 100000 0 1011000 111110 1000011 101010110 1001111 10011

Color Harmonies of #550A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550A20

Black with #550A20

Text Example


Text Example

White with #550A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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