Html Css Color HEX #550910 Bordeaux

📋 copy color: '#550910'

red 85 ◦ green 9 ◦ blue 16

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

Shades of Bordeaux #550910

Tints of Bordeaux #550910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.55%

R = 77.27%
G = 8.18%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#550910 (or 0x550910) is known color: Bordeaux. HEX triplet: 55, 09 and 10. RGB value is (85,9,16). Sum of RGB (Red+Green+Blue) = 85+9+16=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #550910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550910 is #AAF6EF. Grayscale: #202020. Windows color (decimal): -11204336 or 1050965. OLE color: 1050965.

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

Color convert

RGB 85 9 16 -
CMYK 0 0.89 0.81 0.67
HSL 354.47º 0.81% 0.18% -
HSV(B) 354.47º 0.89% 0.33% -
XYZ 3.94 2.16 0.7 -
YUV 32.52 118.68 165.43 -
System Red Green Blue C M Y K H S L
Decimal 85 9 16 0 0.89 0.81 0.67 354.47 0.81 0.18
Hex 55 9 10 0 59 51 43 162 51 12
Octal 125 11 20 0 131 121 103 542 121 22
Binary 1010101 1001 10000 0 1011001 1010001 1000011 101100010 1010001 10010

Color Harmonies of #550910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550910

Black with #550910

Text Example


Text Example

White with #550910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550910; }

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

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

background-color css

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

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

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

border-color css

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

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

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