#550016

Color #550016 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #550016

Tints of Bordeaux #550016

Color information

#550016 (or 0x550016) is unknown color: approx 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

RGB85022-
CMYK010.740.67
HSL344.47º100%16.67%-
HSV(B)344.47º100%33.33%-
XYZ3.891.990.94-
YUV27.92124.66168.71-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85022010.740.67344.4710016.67
Hex550160644A431586411
Octal125026014411210353014421
Binary10101010101100110010010010101000011101011000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>