#55151D

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

Shades of Bordeaux #55151D

Tints of Bordeaux #55151D

Color information

#55151D (or 0x55151D) is unknown color: approx Bordeaux. HEX triplet: 55, 15 and 1D. RGB value is (85,21,29). Sum of RGB (Red+Green+Blue) = 85+21+29=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #55151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55151D is #AAEAE2. Grayscale: #292929. Windows color (decimal): -11201251 or 1906005. OLE color: 1906005.

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

Color convert

RGB852129-
CMYK00.750.660.67
HSL352.5º60.38%20.78%-
HSV(B)352.5º75.29%33.33%-
XYZ4.242.561.43-
YUV41.05121.2159.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.96%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=62.96%
G=15.56%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85212900.750.660.67352.560.3820.78
Hex55151D04B42431603c15
Octal125253501131021035407425
Binary10101011010111101010010111000010100001110110000011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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