Html Css Color HEX #551129 Bordeaux

📋 copy color: '#551129'

red 85 ◦ green 17 ◦ blue 41

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

Shades of Bordeaux #551129

Tints of Bordeaux #551129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.89%

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

R = 59.44%
G = 11.89%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#551129 (or 0x551129) is known color: Bordeaux. HEX triplet: 55, 11 and 29. RGB value is (85,17,41). Sum of RGB (Red+Green+Blue) = 85+17+41=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #551129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551129 is #AAEED6. Grayscale: #282828. Windows color (decimal): -11202263 or 2691413. OLE color: 2691413.

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

Color convert

RGB 85 17 41 -
CMYK 0 0.80 0.52 0.67
HSL 338.82º 0.67% 0.2% -
HSV(B) 338.82º 0.8% 0.33% -
XYZ 4.35 2.49 2.35 -
YUV 40.07 128.53 160.05 -
System Red Green Blue C M Y K H S L
Decimal 85 17 41 0 0.80 0.52 0.67 338.82 0.67 0.2
Hex 55 11 29 0 50 34 43 153 43 14
Octal 125 21 51 0 120 64 103 523 103 24
Binary 1010101 10001 101001 0 1010000 110100 1000011 101010011 1000011 10100

Color Harmonies of #551129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551129

Black with #551129

Text Example


Text Example

White with #551129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551129; }

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

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

background-color css

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

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

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

border-color css

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

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

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