#52181F

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

Shades of Bordeaux #52181F

Tints of Bordeaux #52181F

Color information

#52181F (or 0x52181F) is unknown color: approx Bordeaux. HEX triplet: 52, 18 and 1F. RGB value is (82,24,31). Sum of RGB (Red+Green+Blue) = 82+24+31=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #52181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52181F is #ADE7E0. Grayscale: #2A2A2A. Windows color (decimal): -11397089 or 2037842. OLE color: 2037842.

HSL color Cylindrical-coordinate representation of color #52181F: hue angle of 352.76º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52181F is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB822431-
CMYK00.710.620.68
HSL352.76º54.72%20.78%-
HSV(B)352.76º70.73%32.16%-
XYZ4.052.551.57-
YUV42.14121.72156.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.85%
GREEN value IS 24 (9.77% from 255) = 17.52%
BLUE value IS 31 (12.5% from 255) = 22.63%
R=59.85%
G=17.52%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82243100.710.620.68352.7654.7220.78
Hex52181F0473E441613715
Octal12230370107761045416725
Binary1010010110001111101000111111110100010010110000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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