Html Css Color HEX #551729 Bordeaux

📋 copy color: '#551729'

red 85 ◦ green 23 ◦ blue 41

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

Shades of Bordeaux #551729

Tints of Bordeaux #551729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 27.52%

R = 57.05%
G = 15.44%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#551729 (or 0x551729) is known color: Bordeaux. HEX triplet: 55, 17 and 29. RGB value is (85,23,41). Sum of RGB (Red+Green+Blue) = 85+23+41=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #551729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551729 is #AAE8D6. Grayscale: #2B2B2B. Windows color (decimal): -11200727 or 2692949. OLE color: 2692949.

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

Color convert

RGB 85 23 41 -
CMYK 0 0.73 0.52 0.67
HSL 342.58º 0.57% 0.21% -
HSV(B) 342.58º 0.73% 0.33% -
XYZ 4.45 2.7 2.39 -
YUV 43.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 85 23 41 0 0.73 0.52 0.67 342.58 0.57 0.21
Hex 55 17 29 0 49 34 43 157 39 15
Octal 125 27 51 0 111 64 103 527 71 25
Binary 1010101 10111 101001 0 1001001 110100 1000011 101010111 111001 10101

Color Harmonies of #551729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551729

Black with #551729

Text Example


Text Example

White with #551729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551729; }

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

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

background-color css

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

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

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

border-color css

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

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

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