Html Css Color HEX #550522 Bordeaux

📋 copy color: '#550522'

red 85 ◦ green 5 ◦ blue 34

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

Shades of Bordeaux #550522

Tints of Bordeaux #550522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.03%

 BLUE value IS 34 (13.67% from 255) = 27.42%

R = 68.55%
G = 4.03%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#550522 (or 0x550522) is known color: Bordeaux. HEX triplet: 55, 05 and 22. RGB value is (85,5,34). Sum of RGB (Red+Green+Blue) = 85+5+34=124 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68.55% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 85 - color contains mainly: red. Hex color #550522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550522 is #AAFADD. Grayscale: #202020. Windows color (decimal): -11205342 or 2229589. OLE color: 2229589.

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

Color convert

RGB 85 5 34 -
CMYK 0 0.94 0.60 0.67
HSL 338.25º 0.89% 0.18% -
HSV(B) 338.25º 0.94% 0.33% -
XYZ 4.09 2.16 1.71 -
YUV 32.23 129 165.64 -
System Red Green Blue C M Y K H S L
Decimal 85 5 34 0 0.94 0.60 0.67 338.25 0.89 0.18
Hex 55 5 22 0 5E 3C 43 152 59 12
Octal 125 5 42 0 136 74 103 522 131 22
Binary 1010101 101 100010 0 1011110 111100 1000011 101010010 1011001 10010

Color Harmonies of #550522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550522

Black with #550522

Text Example


Text Example

White with #550522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550522; }

 p { color: rgb(85,5,34); }

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

background-color css

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

 a { background-color: rgb(85,5,34); }

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

border-color css

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

 span { border-color: rgb(85,5,34); }

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