#550312

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

Shades of Bordeaux #550312

Tints of Bordeaux #550312

Color information

#550312 (or 0x550312) is unknown color: approx Bordeaux. HEX triplet: 55, 03 and 12. RGB value is (85,3,18). Sum of RGB (Red+Green+Blue) = 85+3+18=106 (14% of max value = 765). Red value is 85 (33.59% from 255 or 80.19% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 85 - color contains mainly: red. Hex color #550312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550312 is #AAFCED. Grayscale: #1D1D1D. Windows color (decimal): -11205870 or 1180501. OLE color: 1180501.

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

Color convert

RGB85318-
CMYK00.960.790.67
HSL349.02º93.18%17.25%-
HSV(B)349.02º96.47%33.33%-
XYZ3.892.040.76-
YUV29.23121.67167.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 80.19%
GREEN value IS 3 (1.56% from 255) = 2.83%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=80.19%
G=2.83%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8531800.960.790.67349.0293.1817.25
Hex553120604F4315d5d11
Octal125322014011710353513521
Binary101010111100100110000010011111000011101011101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550312; }

 p { color: rgb(85,3,18); }

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

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

 a { background-color: rgb(85,3,18); }

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

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

 span { border-color: rgb(85,3,18); }

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