#52152A

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

Shades of Bordeaux #52152A

Tints of Bordeaux #52152A

Color information

#52152A (or 0x52152A) is unknown color: approx Bordeaux. HEX triplet: 52, 15 and 2A. RGB value is (82,21,42). Sum of RGB (Red+Green+Blue) = 82+21+42=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #52152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52152A is #ADEAD5. Grayscale: #292929. Windows color (decimal): -11397846 or 2757970. OLE color: 2757970.

HSL color Cylindrical-coordinate representation of color #52152A: hue angle of 339.34º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52152A is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB822142-
CMYK00.740.490.68
HSL339.34º59.22%20.2%-
HSV(B)339.34º74.39%32.16%-
XYZ4.172.52.45-
YUV41.63128.21156.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.55%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 42 (16.80% from 255) = 28.97%
R=56.55%
G=14.48%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82214200.740.490.68339.3459.2220.2
Hex52152A04A31441533b14
Octal12225520112611045237324
Binary10100101010110101001001010110001100010010101001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52152A; }

 p { color: rgb(82,21,42); }

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

<style>
 a { background-color: #52152A; }

 a { background-color: rgb(82,21,42); }

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

<style>
 span { border-color: #52152A; }

 span { border-color: rgb(82,21,42); }

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