#52101D

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

Shades of Bordeaux #52101D

Tints of Bordeaux #52101D

Color information

#52101D (or 0x52101D) is unknown color: approx Bordeaux. HEX triplet: 52, 10 and 1D. RGB value is (82,16,29). Sum of RGB (Red+Green+Blue) = 82+16+29=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #52101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52101D is #ADEFE2. Grayscale: #252525. Windows color (decimal): -11399139 or 1904722. OLE color: 1904722.

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

Color convert

RGB821629-
CMYK00.800.650.68
HSL348.18º67.35%19.22%-
HSV(B)348.18º80.49%32.16%-
XYZ3.892.251.39-
YUV37.22123.37159.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 64.57%
GREEN value IS 16 (6.64% from 255) = 12.60%
BLUE value IS 29 (11.72% from 255) = 22.83%
R=64.57%
G=12.60%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82162900.800.650.68348.1867.3519.22
Hex52101D050414415c4313
Octal1222035012010110453410323
Binary101001010000111010101000010000011000100101011100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52101D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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