Html Css Color HEX #551726 Bordeaux

📋 copy color: '#551726'

red 85 ◦ green 23 ◦ blue 38

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

Shades of Bordeaux #551726

Tints of Bordeaux #551726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.03%

R = 58.22%
G = 15.75%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#551726 (or 0x551726) is known color: Bordeaux. HEX triplet: 55, 17 and 26. RGB value is (85,23,38). Sum of RGB (Red+Green+Blue) = 85+23+38=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #551726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551726 is #AAE8D9. Grayscale: #2B2B2B. Windows color (decimal): -11200730 or 2496341. OLE color: 2496341.

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

Color convert

RGB 85 23 38 -
CMYK 0 0.73 0.55 0.67
HSL 345.48º 0.57% 0.21% -
HSV(B) 345.48º 0.73% 0.33% -
XYZ 4.4 2.68 2.12 -
YUV 43.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 85 23 38 0 0.73 0.55 0.67 345.48 0.57 0.21
Hex 55 17 26 0 49 37 43 159 39 15
Octal 125 27 46 0 111 67 103 531 71 25
Binary 1010101 10111 100110 0 1001001 110111 1000011 101011001 111001 10101

Color Harmonies of #551726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551726

Black with #551726

Text Example


Text Example

White with #551726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551726; }

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

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

background-color css

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

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

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

border-color css

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

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

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