Html Css Color HEX #550915 Bordeaux

📋 copy color: '#550915'

red 85 ◦ green 9 ◦ blue 21

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

Shades of Bordeaux #550915

Tints of Bordeaux #550915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.83%

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

R = 73.91%
G = 7.83%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#550915 (or 0x550915) is known color: Bordeaux. HEX triplet: 55, 09 and 15. RGB value is (85,9,21). Sum of RGB (Red+Green+Blue) = 85+9+21=115 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.91% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 85 - color contains mainly: red. Hex color #550915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550915 is #AAF6EA. Grayscale: #212121. Windows color (decimal): -11204331 or 1378645. OLE color: 1378645.

HSL color Cylindrical-coordinate representation of color #550915: hue angle of 350.53º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550915 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 9 21 -
CMYK 0 0.89 0.75 0.67
HSL 350.53º 0.81% 0.18% -
HSV(B) 350.53º 0.89% 0.33% -
XYZ 3.98 2.18 0.92 -
YUV 33.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 85 9 21 0 0.89 0.75 0.67 350.53 0.81 0.18
Hex 55 9 15 0 59 4B 43 15F 51 12
Octal 125 11 25 0 131 113 103 537 121 22
Binary 1010101 1001 10101 0 1011001 1001011 1000011 101011111 1010001 10010

Color Harmonies of #550915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550915

Black with #550915

Text Example


Text Example

White with #550915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550915; }

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

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

background-color css

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

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

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

border-color css

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

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

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