#55142C

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

Shades of Bordeaux #55142C

Tints of Bordeaux #55142C

Color information

#55142C (or 0x55142C) is unknown color: approx Bordeaux. HEX triplet: 55, 14 and 2C. RGB value is (85,20,44). Sum of RGB (Red+Green+Blue) = 85+20+44=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #55142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55142C is #AAEBD3. Grayscale: #2A2A2A. Windows color (decimal): -11201492 or 2888789. OLE color: 2888789.

HSL color Cylindrical-coordinate representation of color #55142C: hue angle of 337.85º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55142C is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB852044-
CMYK00.760.480.67
HSL337.85º61.9%20.59%-
HSV(B)337.85º76.47%33.33%-
XYZ4.452.612.65-
YUV42.17129.03158.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.05%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=57.05%
G=13.42%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85204400.760.480.67337.8561.920.59
Hex55142C04C30431523e15
Octal12524540114601035227625
Binary10101011010010110001001100110000100001110101001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55142C; }

 p { color: rgb(85,20,44); }

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

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

 a { background-color: rgb(85,20,44); }

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

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

 span { border-color: rgb(85,20,44); }

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