Html Css Color HEX #550D14 Bordeaux

📋 copy color: '#550D14'

red 85 ◦ green 13 ◦ blue 20

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

Shades of Bordeaux #550D14

Tints of Bordeaux #550D14

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.02%

 BLUE value IS 20 (8.2% from 255) = 16.95%

R = 72.03%
G = 11.02%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#550D14 (or 0x550D14) is known color: Bordeaux. HEX triplet: 55, 0D and 14. RGB value is (85,13,20). Sum of RGB (Red+Green+Blue) = 85+13+20=118 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.03% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 85 - color contains mainly: red. Hex color #550D14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550D14 is #AAF2EB. Grayscale: #232323. Windows color (decimal): -11203308 or 1314133. OLE color: 1314133.

HSL color Cylindrical-coordinate representation of color #550D14: hue angle of 354.17º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #550D14 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 13 20 -
CMYK 0 0.85 0.76 0.67
HSL 354.17º 0.73% 0.19% -
HSV(B) 354.17º 0.85% 0.33% -
XYZ 4.02 2.27 0.89 -
YUV 35.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 85 13 20 0 0.85 0.76 0.67 354.17 0.73 0.19
Hex 55 D 14 0 55 4C 43 162 49 13
Octal 125 15 24 0 125 114 103 542 111 23
Binary 1010101 1101 10100 0 1010101 1001100 1000011 101100010 1001001 10011

Color Harmonies of #550D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550D14

Black with #550D14

Text Example


Text Example

White with #550D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550D14; }

 p { color: rgb(85,13,20); }

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

background-color css

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

 a { background-color: rgb(85,13,20); }

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

border-color css

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

 span { border-color: rgb(85,13,20); }

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