Html Css Color HEX #550019 Bordeaux

📋 copy color: '#550019'

red 85 ◦ green 0 ◦ blue 25

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

Shades of Bordeaux #550019

Tints of Bordeaux #550019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 25 (10.16% from 255) = 22.73%

R = 77.27%
G = 0%
B = 22.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#550019 (or 0x550019) is known color: Bordeaux. HEX triplet: 55, 00 and 19. RGB value is (85,0,25). Sum of RGB (Red+Green+Blue) = 85+0+25=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #550019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550019 is #AAFFE6. Grayscale: #1C1C1C. Windows color (decimal): -11206631 or 1638485. OLE color: 1638485.

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

Color convert

RGB 85 0 25 -
CMYK 0 1 0.71 0.67
HSL 342.35º 1% 0.17% -
HSV(B) 342.35º 1% 0.33% -
XYZ 3.92 2 1.1 -
YUV 28.27 126.16 168.47 -
System Red Green Blue C M Y K H S L
Decimal 85 0 25 0 1 0.71 0.67 342.35 1 0.17
Hex 55 0 19 0 64 47 43 156 64 11
Octal 125 0 31 0 144 107 103 526 144 21
Binary 1010101 0 11001 0 1100100 1000111 1000011 101010110 1100100 10001

Color Harmonies of #550019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550019

Black with #550019

Text Example


Text Example

White with #550019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550019; }

 p { color: rgb(85,0,25); }

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

background-color css

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

 a { background-color: rgb(85,0,25); }

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

border-color css

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

 span { border-color: rgb(85,0,25); }

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