Html Css Color HEX #550016 Bordeaux

📋 copy color: '#550016'

red 85 ◦ green 0 ◦ blue 22

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

Shades of Bordeaux #550016

Tints of Bordeaux #550016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 20.56%

R = 79.44%
G = 0%
B = 20.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#550016 (or 0x550016) is known color: Bordeaux. HEX triplet: 55, 00 and 16. RGB value is (85,0,22). Sum of RGB (Red+Green+Blue) = 85+0+22=107 (14% of max value = 765). Red value is 85 (33.59% from 255 or 79.44% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 85 - color contains mainly: red. Hex color #550016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550016 is #AAFFE9. Grayscale: #1B1B1B. Windows color (decimal): -11206634 or 1441877. OLE color: 1441877.

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

Color convert

RGB 85 0 22 -
CMYK 0 1 0.74 0.67
HSL 344.47º 1% 0.17% -
HSV(B) 344.47º 1% 0.33% -
XYZ 3.89 1.99 0.94 -
YUV 27.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 85 0 22 0 1 0.74 0.67 344.47 1 0.17
Hex 55 0 16 0 64 4A 43 158 64 11
Octal 125 0 26 0 144 112 103 530 144 21
Binary 1010101 0 10110 0 1100100 1001010 1000011 101011000 1100100 10001

Color Harmonies of #550016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550016

Black with #550016

Text Example


Text Example

White with #550016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550016; }

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

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

background-color css

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

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

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

border-color css

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

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

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