Html Css Color HEX #551C29 Bordeaux

📋 copy color: '#551C29'

red 85 ◦ green 28 ◦ blue 41

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

Shades of Bordeaux #551C29

Tints of Bordeaux #551C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.18%

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

R = 55.19%
G = 18.18%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#551C29 (or 0x551C29) is known color: Bordeaux. HEX triplet: 55, 1C and 29. RGB value is (85,28,41). Sum of RGB (Red+Green+Blue) = 85+28+41=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #551C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C29 is #AAE3D6. Grayscale: #2E2E2E. Windows color (decimal): -11199447 or 2694229. OLE color: 2694229.

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

Color convert

RGB 85 28 41 -
CMYK 0 0.67 0.52 0.67
HSL 346.32º 0.5% 0.22% -
HSV(B) 346.32º 0.67% 0.33% -
XYZ 4.56 2.92 2.42 -
YUV 46.53 124.88 155.44 -
System Red Green Blue C M Y K H S L
Decimal 85 28 41 0 0.67 0.52 0.67 346.32 0.5 0.22
Hex 55 1C 29 0 43 34 43 15A 32 16
Octal 125 34 51 0 103 64 103 532 62 26
Binary 1010101 11100 101001 0 1000011 110100 1000011 101011010 110010 10110

Color Harmonies of #551C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C29

Black with #551C29

Text Example


Text Example

White with #551C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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