#52161E

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

Shades of Bordeaux #52161E

Tints of Bordeaux #52161E

Color information

#52161E (or 0x52161E) is unknown color: approx Bordeaux. HEX triplet: 52, 16 and 1E. RGB value is (82,22,30). Sum of RGB (Red+Green+Blue) = 82+22+30=134 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.19% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 82 - color contains mainly: red. Hex color #52161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52161E is #ADE9E1. Grayscale: #282828. Windows color (decimal): -11397602 or 1971794. OLE color: 1971794.

HSL color Cylindrical-coordinate representation of color #52161E: hue angle of 352º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52161E is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB822230-
CMYK00.730.630.68
HSL352º57.69%20.39%-
HSV(B)352º73.17%32.16%-
XYZ42.461.49-
YUV40.85121.88157.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 61.19%
GREEN value IS 22 (8.98% from 255) = 16.42%
BLUE value IS 30 (12.11% from 255) = 22.39%
R=61.19%
G=16.42%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82223000.730.630.6835257.6920.39
Hex52161E0493F441603a14
Octal12226360111771045407224
Binary1010010101101111001001001111111100010010110000011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,22,30); }

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

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

 a { background-color: rgb(82,22,30); }

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

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

 span { border-color: rgb(82,22,30); }

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