#55121E

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

Shades of Bordeaux #55121E

Tints of Bordeaux #55121E

Color information

#55121E (or 0x55121E) is unknown color: approx Bordeaux. HEX triplet: 55, 12 and 1E. RGB value is (85,18,30). Sum of RGB (Red+Green+Blue) = 85+18+30=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #55121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55121E is #AAEDE1. Grayscale: #272727. Windows color (decimal): -11202018 or 1970773. OLE color: 1970773.

HSL color Cylindrical-coordinate representation of color #55121E: hue angle of 349.25º 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 #55121E is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB851830-
CMYK00.790.650.67
HSL349.25º65.05%20.2%-
HSV(B)349.25º78.82%33.33%-
XYZ4.22.461.48-
YUV39.4122.7160.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.91%
GREEN value IS 18 (7.42% from 255) = 13.53%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=63.91%
G=13.53%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85183000.790.650.67349.2565.0520.2
Hex55121E04F414315d4114
Octal1252236011710110353510124
Binary101010110010111100100111110000011000011101011101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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