#550410

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

Shades of Bordeaux #550410

Tints of Bordeaux #550410

Color information

#550410 (or 0x550410) is unknown color: approx Bordeaux. HEX triplet: 55, 04 and 10. RGB value is (85,4,16). Sum of RGB (Red+Green+Blue) = 85+4+16=105 (13% of max value = 765). Red value is 85 (33.59% from 255 or 80.95% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 85 - color contains mainly: red. Hex color #550410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550410 is #AAFBEF. Grayscale: #1D1D1D. Windows color (decimal): -11205616 or 1049685. OLE color: 1049685.

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

Color convert

RGB85416-
CMYK00.950.810.67
HSL351.11º91.01%17.45%-
HSV(B)351.11º95.29%33.33%-
XYZ3.882.060.68-
YUV29.59120.34167.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 80.95%
GREEN value IS 4 (1.95% from 255) = 3.81%
BLUE value IS 16 (6.64% from 255) = 15.24%
R=80.95%
G=3.81%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8541600.950.810.67351.1191.0117.45
Hex5541005F514315f5b11
Octal125420013712110353713321
Binary1010101100100000101111110100011000011101011111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550410; }

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

 H1.HeaderClassName
 {
   color: #550410;
 }
 .AnyTagClassName
 {
   color: #550410;
 }
</style>
background-color css

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

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

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

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

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

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