#52001C

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

Shades of Bordeaux #52001C

Tints of Bordeaux #52001C

Color information

#52001C (or 0x52001C) is unknown color: approx Bordeaux. HEX triplet: 52, 00 and 1C. RGB value is (82,0,28). Sum of RGB (Red+Green+Blue) = 82+0+28=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #52001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52001C is #ADFFE3. Grayscale: #1B1B1B. Windows color (decimal): -11403236 or 1835090. OLE color: 1835090.

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

Color convert

RGB82028-
CMYK010.660.68
HSL339.51º100%16.08%-
HSV(B)339.51º100%32.16%-
XYZ3.691.881.27-
YUV27.71128.17166.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 74.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 25.45%
R=74.55%
G=0%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82028010.660.68339.5110016.08
Hex5201C06442441546410
Octal122034014410210452414420
Binary10100100111000110010010000101000100101010100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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