#52000D

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

Shades of Bordeaux #52000D

Tints of Bordeaux #52000D

Color information

#52000D (or 0x52000D) is unknown color: approx Bordeaux. HEX triplet: 52, 00 and 0D. RGB value is (82,0,13). Sum of RGB (Red+Green+Blue) = 82+0+13=95 (12% of max value = 765). Red value is 82 (32.42% from 255 or 86.32% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 82 - color contains mainly: red. Hex color #52000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52000D is #ADFFF2. Grayscale: #1A1A1A. Windows color (decimal): -11403251 or 852050. OLE color: 852050.

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

Color convert

RGB82013-
CMYK010.840.68
HSL350.49º100%16.08%-
HSV(B)350.49º100%32.16%-
XYZ3.551.820.55-
YUV26120.67167.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 86.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=86.32%
G=0%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82013010.840.68350.4910016.08
Hex520D064544415e6410
Octal122015014412410453614420
Binary1010010011010110010010101001000100101011110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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