#550413

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

Shades of Bordeaux #550413

Tints of Bordeaux #550413

Color information

#550413 (or 0x550413) is unknown color: approx Bordeaux. HEX triplet: 55, 04 and 13. RGB value is (85,4,19). Sum of RGB (Red+Green+Blue) = 85+4+19=108 (14% of max value = 765). Red value is 85 (33.59% from 255 or 78.70% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 85 - color contains mainly: red. Hex color #550413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550413 is #AAFBEC. Grayscale: #1D1D1D. Windows color (decimal): -11205613 or 1246293. OLE color: 1246293.

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

Color convert

RGB85419-
CMYK00.950.780.67
HSL348.89º91.01%17.45%-
HSV(B)348.89º95.29%33.33%-
XYZ3.912.070.81-
YUV29.93121.84167.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 78.70%
GREEN value IS 4 (1.95% from 255) = 3.70%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=78.70%
G=3.70%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8541900.950.780.67348.8991.0117.45
Hex5541305F4E4315d5b11
Octal125423013711610353513321
Binary1010101100100110101111110011101000011101011101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550413; }

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

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

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

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

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

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

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

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