Html Css Color HEX #550717 Bordeaux

📋 copy color: '#550717'

red 85 ◦ green 7 ◦ blue 23

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

Shades of Bordeaux #550717

Tints of Bordeaux #550717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.09%

 BLUE value IS 23 (9.38% from 255) = 20%

R = 73.91%
G = 6.09%
B = 20%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#550717 (or 0x550717) is known color: Bordeaux. HEX triplet: 55, 07 and 17. RGB value is (85,7,23). Sum of RGB (Red+Green+Blue) = 85+7+23=115 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.91% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 85 - color contains mainly: red. Hex color #550717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550717 is #AAF8E8. Grayscale: #202020. Windows color (decimal): -11204841 or 1509205. OLE color: 1509205.

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

Color convert

RGB 85 7 23 -
CMYK 0 0.92 0.73 0.67
HSL 347.69º 0.85% 0.18% -
HSV(B) 347.69º 0.92% 0.33% -
XYZ 3.98 2.15 1.02 -
YUV 32.15 122.84 165.7 -
System Red Green Blue C M Y K H S L
Decimal 85 7 23 0 0.92 0.73 0.67 347.69 0.85 0.18
Hex 55 7 17 0 5C 49 43 15C 55 12
Octal 125 7 27 0 134 111 103 534 125 22
Binary 1010101 111 10111 0 1011100 1001001 1000011 101011100 1010101 10010

Color Harmonies of #550717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550717

Black with #550717

Text Example


Text Example

White with #550717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550717; }

 p { color: rgb(85,7,23); }

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

background-color css

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

 a { background-color: rgb(85,7,23); }

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

border-color css

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

 span { border-color: rgb(85,7,23); }

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