#52081B

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

Shades of Bordeaux #52081B

Tints of Bordeaux #52081B

Color information

#52081B (or 0x52081B) is unknown color: approx Bordeaux. HEX triplet: 52, 08 and 1B. RGB value is (82,8,27). Sum of RGB (Red+Green+Blue) = 82+8+27=117 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.09% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 82 - color contains mainly: red. Hex color #52081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52081B is #ADF7E4. Grayscale: #202020. Windows color (decimal): -11401189 or 1771602. OLE color: 1771602.

HSL color Cylindrical-coordinate representation of color #52081B: hue angle of 344.59º 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 #52081B is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB82827-
CMYK00.900.670.68
HSL344.59º82.22%17.65%-
HSV(B)344.59º90.24%32.16%-
XYZ3.762.051.23-
YUV32.29125.02163.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 70.09%
GREEN value IS 8 (3.52% from 255) = 6.84%
BLUE value IS 27 (10.94% from 255) = 23.08%
R=70.09%
G=6.84%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8282700.900.670.68344.5982.2217.65
Hex5281B05A43441595212
Octal1221033013210310453112222
Binary10100101000110110101101010000111000100101011001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52081B; }

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

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

<style>
 a { background-color: #52081B; }

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

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

<style>
 span { border-color: #52081B; }

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

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