#52192C

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

Shades of Bordeaux #52192C

Tints of Bordeaux #52192C

Color information

#52192C (or 0x52192C) is unknown color: approx Bordeaux. HEX triplet: 52, 19 and 2C. RGB value is (82,25,44). Sum of RGB (Red+Green+Blue) = 82+25+44=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #52192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52192C is #ADE6D3. Grayscale: #2C2C2C. Windows color (decimal): -11396820 or 2890066. OLE color: 2890066.

HSL color Cylindrical-coordinate representation of color #52192C: hue angle of 340º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52192C is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB822544-
CMYK00.700.460.68
HSL340º53.27%20.98%-
HSV(B)340º69.51%32.16%-
XYZ4.282.672.67-
YUV44.21127.88154.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 54.30%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 44 (17.58% from 255) = 29.14%
R=54.30%
G=16.56%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82254400.700.460.6834053.2720.98
Hex52192C0462E441543515
Octal12231540106561045246525
Binary10100101100110110001000110101110100010010101010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52192C; }

 p { color: rgb(82,25,44); }

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

<style>
 a { background-color: #52192C; }

 a { background-color: rgb(82,25,44); }

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

<style>
 span { border-color: #52192C; }

 span { border-color: rgb(82,25,44); }

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