Html Css Color HEX #551D29 Bordeaux

📋 copy color: '#551D29'

red 85 ◦ green 29 ◦ blue 41

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

Shades of Bordeaux #551D29

Tints of Bordeaux #551D29

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.71%

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

R = 54.84%
G = 18.71%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#551D29 (or 0x551D29) is known color: Bordeaux. HEX triplet: 55, 1D and 29. RGB value is (85,29,41). Sum of RGB (Red+Green+Blue) = 85+29+41=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #551D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D29 is #AAE2D6. Grayscale: #2F2F2F. Windows color (decimal): -11199191 or 2694485. OLE color: 2694485.

HSL color Cylindrical-coordinate representation of color #551D29: hue angle of 347.14º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #551D29 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 29 41 -
CMYK 0 0.66 0.52 0.67
HSL 347.14º 0.49% 0.22% -
HSV(B) 347.14º 0.66% 0.33% -
XYZ 4.59 2.97 2.43 -
YUV 47.11 124.55 155.02 -
System Red Green Blue C M Y K H S L
Decimal 85 29 41 0 0.66 0.52 0.67 347.14 0.49 0.22
Hex 55 1D 29 0 42 34 43 15B 31 16
Octal 125 35 51 0 102 64 103 533 61 26
Binary 1010101 11101 101001 0 1000010 110100 1000011 101011011 110001 10110

Color Harmonies of #551D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551D29

Black with #551D29

Text Example


Text Example

White with #551D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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