#52000E

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

Shades of Bordeaux #52000E

Tints of Bordeaux #52000E

Color information

#52000E (or 0x52000E) is unknown color: approx Bordeaux. HEX triplet: 52, 00 and 0E. RGB value is (82,0,14). Sum of RGB (Red+Green+Blue) = 82+0+14=96 (12% of max value = 765). Red value is 82 (32.42% from 255 or 85.42% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 82 - color contains mainly: red. Hex color #52000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52000E is #ADFFF1. Grayscale: #1A1A1A. Windows color (decimal): -11403250 or 917586. OLE color: 917586.

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

Color convert

RGB82014-
CMYK010.830.68
HSL349.76º100%16.08%-
HSV(B)349.76º100%32.16%-
XYZ3.561.830.58-
YUV26.11121.17167.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 85.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 14.58%
R=85.42%
G=0%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82014010.830.68349.7610016.08
Hex520E064534415e6410
Octal122016014412310453614420
Binary1010010011100110010010100111000100101011110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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