#52080E

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

Shades of Bordeaux #52080E

Tints of Bordeaux #52080E

Color information

#52080E (or 0x52080E) is unknown color: approx Bordeaux. HEX triplet: 52, 08 and 0E. RGB value is (82,8,14). Sum of RGB (Red+Green+Blue) = 82+8+14=104 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.85% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 82 - color contains mainly: red. Hex color #52080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52080E is #ADF7F1. Grayscale: #1E1E1E. Windows color (decimal): -11401202 or 919634. OLE color: 919634.

HSL color Cylindrical-coordinate representation of color #52080E: hue angle of 355.14º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52080E is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB82814-
CMYK00.900.830.68
HSL355.14º82.22%17.65%-
HSV(B)355.14º90.24%32.16%-
XYZ3.6520.61-
YUV30.81118.52164.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 78.85%
GREEN value IS 8 (3.52% from 255) = 7.69%
BLUE value IS 14 (5.86% from 255) = 13.46%
R=78.85%
G=7.69%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8281400.900.830.68355.1482.2217.65
Hex528E05A53441635212
Octal1221016013212310454312222
Binary1010010100011100101101010100111000100101100011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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