Html Css Color HEX #550115 Bordeaux

📋 copy color: '#550115'

red 85 ◦ green 1 ◦ blue 21

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

Shades of Bordeaux #550115

Tints of Bordeaux #550115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 19.63%

R = 79.44%
G = 0.93%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#550115 (or 0x550115) is known color: Bordeaux. HEX triplet: 55, 01 and 15. RGB value is (85,1,21). Sum of RGB (Red+Green+Blue) = 85+1+21=107 (14% of max value = 765). Red value is 85 (33.59% from 255 or 79.44% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 85 - color contains mainly: red. Hex color #550115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550115 is #AAFEEA. Grayscale: #1C1C1C. Windows color (decimal): -11206379 or 1376597. OLE color: 1376597.

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

Color convert

RGB 85 1 21 -
CMYK 0 0.99 0.75 0.67
HSL 345.71º 0.98% 0.17% -
HSV(B) 345.71º 0.99% 0.33% -
XYZ 3.89 2.01 0.89 -
YUV 28.4 123.83 168.37 -
System Red Green Blue C M Y K H S L
Decimal 85 1 21 0 0.99 0.75 0.67 345.71 0.98 0.17
Hex 55 1 15 0 63 4B 43 15A 62 11
Octal 125 1 25 0 143 113 103 532 142 21
Binary 1010101 1 10101 0 1100011 1001011 1000011 101011010 1100010 10001

Color Harmonies of #550115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550115

Black with #550115

Text Example


Text Example

White with #550115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550115; }

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

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

background-color css

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

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

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

border-color css

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

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

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