#52111D

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

Shades of Bordeaux #52111D

Tints of Bordeaux #52111D

Color information

#52111D (or 0x52111D) is unknown color: approx Bordeaux. HEX triplet: 52, 11 and 1D. RGB value is (82,17,29). Sum of RGB (Red+Green+Blue) = 82+17+29=128 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.06% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 82 - color contains mainly: red. Hex color #52111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52111D is #ADEEE2. Grayscale: #252525. Windows color (decimal): -11398883 or 1904978. OLE color: 1904978.

HSL color Cylindrical-coordinate representation of color #52111D: hue angle of 348.92º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52111D is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB821729-
CMYK00.790.650.68
HSL348.92º65.66%19.41%-
HSV(B)348.92º79.27%32.16%-
XYZ3.92.281.4-
YUV37.8123.03159.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 64.06%
GREEN value IS 17 (7.03% from 255) = 13.28%
BLUE value IS 29 (11.72% from 255) = 22.66%
R=64.06%
G=13.28%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82172900.790.650.68348.9265.6619.41
Hex52111D04F414415d4213
Octal1222135011710110453510223
Binary101001010001111010100111110000011000100101011101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,17,29); }

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

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

 a { background-color: rgb(82,17,29); }

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

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

 span { border-color: rgb(82,17,29); }

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