#52161F

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

Shades of Bordeaux #52161F

Tints of Bordeaux #52161F

Color information

#52161F (or 0x52161F) is unknown color: approx Bordeaux. HEX triplet: 52, 16 and 1F. RGB value is (82,22,31). Sum of RGB (Red+Green+Blue) = 82+22+31=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #52161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52161F is #ADE9E0. Grayscale: #282828. Windows color (decimal): -11397601 or 2037330. OLE color: 2037330.

HSL color Cylindrical-coordinate representation of color #52161F: hue angle of 351º 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 #52161F is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB822231-
CMYK00.730.620.68
HSL351º57.69%20.39%-
HSV(B)351º73.17%32.16%-
XYZ4.012.471.56-
YUV40.97122.38157.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.74%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 31 (12.5% from 255) = 22.96%
R=60.74%
G=16.30%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82223100.730.620.6835157.6920.39
Hex52161F0493E4415f3a14
Octal12226370111761045377224
Binary1010010101101111101001001111110100010010101111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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