Html Css Color HEX #551118 Bordeaux

📋 copy color: '#551118'

red 85 ◦ green 17 ◦ blue 24

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

Shades of Bordeaux #551118

Tints of Bordeaux #551118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.05%

R = 67.46%
G = 13.49%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#551118 (or 0x551118) is known color: Bordeaux. HEX triplet: 55, 11 and 18. RGB value is (85,17,24). Sum of RGB (Red+Green+Blue) = 85+17+24=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #551118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551118 is #AAEEE7. Grayscale: #262626. Windows color (decimal): -11202280 or 1577301. OLE color: 1577301.

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

Color convert

RGB 85 17 24 -
CMYK 0 0.80 0.72 0.67
HSL 353.82º 0.67% 0.2% -
HSV(B) 353.82º 0.8% 0.33% -
XYZ 4.11 2.4 1.11 -
YUV 38.13 120.03 161.43 -
System Red Green Blue C M Y K H S L
Decimal 85 17 24 0 0.80 0.72 0.67 353.82 0.67 0.2
Hex 55 11 18 0 50 48 43 162 43 14
Octal 125 21 30 0 120 110 103 542 103 24
Binary 1010101 10001 11000 0 1010000 1001000 1000011 101100010 1000011 10100

Color Harmonies of #551118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551118

Black with #551118

Text Example


Text Example

White with #551118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551118; }

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

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

background-color css

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

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

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

border-color css

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

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

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