#52151D

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

Shades of Bordeaux #52151D

Tints of Bordeaux #52151D

Color information

#52151D (or 0x52151D) is unknown color: approx Bordeaux. HEX triplet: 52, 15 and 1D. RGB value is (82,21,29). Sum of RGB (Red+Green+Blue) = 82+21+29=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #52151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52151D is #ADEAE2. Grayscale: #282828. Windows color (decimal): -11397859 or 1906002. OLE color: 1906002.

HSL color Cylindrical-coordinate representation of color #52151D: hue angle of 352.13º 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 #52151D is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB822129-
CMYK00.740.650.68
HSL352.13º59.22%20.2%-
HSV(B)352.13º74.39%32.16%-
XYZ3.972.421.42-
YUV40.15121.71157.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.12%
GREEN value IS 21 (8.59% from 255) = 15.91%
BLUE value IS 29 (11.72% from 255) = 21.97%
R=62.12%
G=15.91%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82212900.740.650.68352.1359.2220.2
Hex52151D04A41441603b14
Octal122253501121011045407324
Binary10100101010111101010010101000001100010010110000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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