#52121C

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

Shades of Bordeaux #52121C

Tints of Bordeaux #52121C

Color information

#52121C (or 0x52121C) is unknown color: approx Bordeaux. HEX triplet: 52, 12 and 1C. RGB value is (82,18,28). Sum of RGB (Red+Green+Blue) = 82+18+28=128 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.06% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 82 - color contains mainly: red. Hex color #52121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52121C is #ADEDE3. Grayscale: #262626. Windows color (decimal): -11398628 or 1839698. OLE color: 1839698.

HSL color Cylindrical-coordinate representation of color #52121C: hue angle of 350.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52121C is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB821828-
CMYK00.780.660.68
HSL350.62º64%19.61%-
HSV(B)350.62º78.05%32.16%-
XYZ3.912.311.34-
YUV38.28122.2159.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 64.06%
GREEN value IS 18 (7.42% from 255) = 14.06%
BLUE value IS 28 (11.33% from 255) = 21.88%
R=64.06%
G=14.06%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82182800.780.660.68350.626419.61
Hex52121C04E424415f4014
Octal1222234011610210453710024
Binary101001010010111000100111010000101000100101011111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,18,28); }

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

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

 a { background-color: rgb(82,18,28); }

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

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

 span { border-color: rgb(82,18,28); }

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