Html Css Color HEX #551126 Bordeaux

📋 copy color: '#551126'

red 85 ◦ green 17 ◦ blue 38

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

Shades of Bordeaux #551126

Tints of Bordeaux #551126

RGB

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

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

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

R = 60.71%
G = 12.14%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#551126 (or 0x551126) is known color: Bordeaux. HEX triplet: 55, 11 and 26. RGB value is (85,17,38). Sum of RGB (Red+Green+Blue) = 85+17+38=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #551126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551126 is #AAEED9. Grayscale: #272727. Windows color (decimal): -11202266 or 2494805. OLE color: 2494805.

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

Color convert

RGB 85 17 38 -
CMYK 0 0.80 0.55 0.67
HSL 341.47º 0.67% 0.2% -
HSV(B) 341.47º 0.8% 0.33% -
XYZ 4.3 2.47 2.08 -
YUV 39.73 127.03 160.29 -
System Red Green Blue C M Y K H S L
Decimal 85 17 38 0 0.80 0.55 0.67 341.47 0.67 0.2
Hex 55 11 26 0 50 37 43 155 43 14
Octal 125 21 46 0 120 67 103 525 103 24
Binary 1010101 10001 100110 0 1010000 110111 1000011 101010101 1000011 10100

Color Harmonies of #551126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551126

Black with #551126

Text Example


Text Example

White with #551126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551126; }

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

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

background-color css

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

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

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

border-color css

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

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

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