Html Css Color HEX #55172C Bordeaux

📋 copy color: '#55172C'

red 85 ◦ green 23 ◦ blue 44

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

Shades of Bordeaux #55172C

Tints of Bordeaux #55172C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.13%

 BLUE value IS 44 (17.58% from 255) = 28.95%

R = 55.92%
G = 15.13%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#55172C (or 0x55172C) is known color: Bordeaux. HEX triplet: 55, 17 and 2C. RGB value is (85,23,44). Sum of RGB (Red+Green+Blue) = 85+23+44=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55172C is #AAE8D3. Grayscale: #2B2B2B. Windows color (decimal): -11200724 or 2889557. OLE color: 2889557.

HSL color Cylindrical-coordinate representation of color #55172C: hue angle of 339.68º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55172C is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 23 44 -
CMYK 0 0.73 0.48 0.67
HSL 339.68º 0.57% 0.21% -
HSV(B) 339.68º 0.73% 0.33% -
XYZ 4.51 2.73 2.67 -
YUV 43.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 85 23 44 0 0.73 0.48 0.67 339.68 0.57 0.21
Hex 55 17 2C 0 49 30 43 154 39 15
Octal 125 27 54 0 111 60 103 524 71 25
Binary 1010101 10111 101100 0 1001001 110000 1000011 101010100 111001 10101

Color Harmonies of #55172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55172C

Black with #55172C

Text Example


Text Example

White with #55172C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55172C; }

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

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

background-color css

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

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

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

border-color css

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

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

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