Html Css Color HEX #550624 Bordeaux

📋 copy color: '#550624'

red 85 ◦ green 6 ◦ blue 36

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

Shades of Bordeaux #550624

Tints of Bordeaux #550624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 28.35%

R = 66.93%
G = 4.72%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#550624 (or 0x550624) is known color: Bordeaux. HEX triplet: 55, 06 and 24. RGB value is (85,6,36). Sum of RGB (Red+Green+Blue) = 85+6+36=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #550624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550624 is #AAF9DB. Grayscale: #212121. Windows color (decimal): -11205084 or 2360917. OLE color: 2360917.

HSL color Cylindrical-coordinate representation of color #550624: hue angle of 337.22º 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 #550624 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 6 36 -
CMYK 0 0.93 0.58 0.67
HSL 337.22º 0.87% 0.18% -
HSV(B) 337.22º 0.93% 0.33% -
XYZ 4.13 2.19 1.87 -
YUV 33.04 129.67 165.06 -
System Red Green Blue C M Y K H S L
Decimal 85 6 36 0 0.93 0.58 0.67 337.22 0.87 0.18
Hex 55 6 24 0 5D 3A 43 151 57 12
Octal 125 6 44 0 135 72 103 521 127 22
Binary 1010101 110 100100 0 1011101 111010 1000011 101010001 1010111 10010

Color Harmonies of #550624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550624

Black with #550624

Text Example


Text Example

White with #550624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550624; }

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

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

background-color css

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

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

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

border-color css

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

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

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