#52001D

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

Shades of Bordeaux #52001D

Tints of Bordeaux #52001D

Color information

#52001D (or 0x52001D) is unknown color: approx Bordeaux. HEX triplet: 52, 00 and 1D. RGB value is (82,0,29). Sum of RGB (Red+Green+Blue) = 82+0+29=111 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.87% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 82 - color contains mainly: red. Hex color #52001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52001D is #ADFFE2. Grayscale: #1B1B1B. Windows color (decimal): -11403235 or 1900626. OLE color: 1900626.

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

Color convert

RGB82029-
CMYK010.650.68
HSL338.78º100%16.08%-
HSV(B)338.78º100%32.16%-
XYZ3.71.881.33-
YUV27.82128.67166.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 73.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=73.87%
G=0%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82029010.650.68338.7810016.08
Hex5201D06441441536410
Octal122035014410110452314420
Binary10100100111010110010010000011000100101010011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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