Html Css Color HEX #551F29 Bordeaux

📋 copy color: '#551F29'

red 85 ◦ green 31 ◦ blue 41

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

Shades of Bordeaux #551F29

Tints of Bordeaux #551F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.75%

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

R = 54.14%
G = 19.75%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#551F29 (or 0x551F29) is known color: Bordeaux. HEX triplet: 55, 1F and 29. RGB value is (85,31,41). Sum of RGB (Red+Green+Blue) = 85+31+41=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #551F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F29 is #AAE0D6. Grayscale: #303030. Windows color (decimal): -11198679 or 2694997. OLE color: 2694997.

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

Color convert

RGB 85 31 41 -
CMYK 0 0.64 0.52 0.67
HSL 348.89º 0.47% 0.23% -
HSV(B) 348.89º 0.64% 0.33% -
XYZ 4.64 3.07 2.45 -
YUV 48.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 85 31 41 0 0.64 0.52 0.67 348.89 0.47 0.23
Hex 55 1F 29 0 40 34 43 15D 2F 17
Octal 125 37 51 0 100 64 103 535 57 27
Binary 1010101 11111 101001 0 1000000 110100 1000011 101011101 101111 10111

Color Harmonies of #551F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F29

Black with #551F29

Text Example


Text Example

White with #551F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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