#55121D

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

Shades of Bordeaux #55121D

Tints of Bordeaux #55121D

Color information

#55121D (or 0x55121D) is unknown color: approx Bordeaux. HEX triplet: 55, 12 and 1D. RGB value is (85,18,29). Sum of RGB (Red+Green+Blue) = 85+18+29=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #55121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55121D is #AAEDE2. Grayscale: #272727. Windows color (decimal): -11202019 or 1905237. OLE color: 1905237.

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

Color convert

RGB851829-
CMYK00.790.660.67
HSL350.15º65.05%20.2%-
HSV(B)350.15º78.82%33.33%-
XYZ4.182.451.42-
YUV39.29122.2160.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 64.39%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 29 (11.72% from 255) = 21.97%
R=64.39%
G=13.64%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85182900.790.660.67350.1565.0520.2
Hex55121D04F424315e4114
Octal1252235011710210353610124
Binary101010110010111010100111110000101000011101011110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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