#55121A

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

Shades of Bordeaux #55121A

Tints of Bordeaux #55121A

Color information

#55121A (or 0x55121A) is unknown color: approx Bordeaux. HEX triplet: 55, 12 and 1A. RGB value is (85,18,26). Sum of RGB (Red+Green+Blue) = 85+18+26=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #55121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55121A is #AAEDE5. Grayscale: #262626. Windows color (decimal): -11202022 or 1708629. OLE color: 1708629.

HSL color Cylindrical-coordinate representation of color #55121A: hue angle of 352.84º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55121A is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB851826-
CMYK00.790.690.67
HSL352.84º65.05%20.2%-
HSV(B)352.84º78.82%33.33%-
XYZ4.152.441.23-
YUV38.94120.7160.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 65.89%
GREEN value IS 18 (7.42% from 255) = 13.95%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=65.89%
G=13.95%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85182600.790.690.67352.8465.0520.2
Hex55121A04F45431614114
Octal1252232011710510354110124
Binary101010110010110100100111110001011000011101100001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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