Html Css Color HEX #550118 Bordeaux

📋 copy color: '#550118'

red 85 ◦ green 1 ◦ blue 24

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

Shades of Bordeaux #550118

Tints of Bordeaux #550118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.91%

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

R = 77.27%
G = 0.91%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#550118 (or 0x550118) is known color: Bordeaux. HEX triplet: 55, 01 and 18. RGB value is (85,1,24). Sum of RGB (Red+Green+Blue) = 85+1+24=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #550118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550118 is #AAFEE7. Grayscale: #1C1C1C. Windows color (decimal): -11206376 or 1573205. OLE color: 1573205.

HSL color Cylindrical-coordinate representation of color #550118: hue angle of 343.57º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550118 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 1 24 -
CMYK 0 0.99 0.72 0.67
HSL 343.57º 0.98% 0.17% -
HSV(B) 343.57º 0.99% 0.33% -
XYZ 3.92 2.02 1.05 -
YUV 28.74 125.33 168.13 -
System Red Green Blue C M Y K H S L
Decimal 85 1 24 0 0.99 0.72 0.67 343.57 0.98 0.17
Hex 55 1 18 0 63 48 43 158 62 11
Octal 125 1 30 0 143 110 103 530 142 21
Binary 1010101 1 11000 0 1100011 1001000 1000011 101011000 1100010 10001

Color Harmonies of #550118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550118

Black with #550118

Text Example


Text Example

White with #550118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550118; }

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

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

background-color css

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

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

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

border-color css

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

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

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