#52001E

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

Shades of Bordeaux #52001E

Tints of Bordeaux #52001E

Color information

#52001E (or 0x52001E) is unknown color: approx Bordeaux. HEX triplet: 52, 00 and 1E. RGB value is (82,0,30). Sum of RGB (Red+Green+Blue) = 82+0+30=112 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.21% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 82 - color contains mainly: red. Hex color #52001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52001E is #ADFFE1. Grayscale: #1B1B1B. Windows color (decimal): -11403234 or 1966162. OLE color: 1966162.

HSL color Cylindrical-coordinate representation of color #52001E: hue angle of 338.05º 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 #52001E is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB82030-
CMYK010.630.68
HSL338.05º100%16.08%-
HSV(B)338.05º100%32.16%-
XYZ3.711.891.4-
YUV27.94129.17166.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 73.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 26.79%
R=73.21%
G=0%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82030010.630.68338.0510016.08
Hex5201E0643F441526410
Octal12203601447710452214420
Binary1010010011110011001001111111000100101010010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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