#55152A

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

Shades of Bordeaux #55152A

Tints of Bordeaux #55152A

Color information

#55152A (or 0x55152A) is unknown color: approx Bordeaux. HEX triplet: 55, 15 and 2A. RGB value is (85,21,42). Sum of RGB (Red+Green+Blue) = 85+21+42=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #55152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55152A is #AAEAD5. Grayscale: #2A2A2A. Windows color (decimal): -11201238 or 2757973. OLE color: 2757973.

HSL color Cylindrical-coordinate representation of color #55152A: hue angle of 340.31º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55152A is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB852142-
CMYK00.750.510.67
HSL340.31º60.38%20.78%-
HSV(B)340.31º75.29%33.33%-
XYZ4.432.632.47-
YUV42.53127.7158.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.43%
GREEN value IS 21 (8.59% from 255) = 14.19%
BLUE value IS 42 (16.80% from 255) = 28.38%
R=57.43%
G=14.19%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85214200.750.510.67340.3160.3820.78
Hex55152A04B33431543c15
Octal12525520113631035247425
Binary10101011010110101001001011110011100001110101010011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55152A; }

 p { color: rgb(85,21,42); }

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

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

 a { background-color: rgb(85,21,42); }

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

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

 span { border-color: rgb(85,21,42); }

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