#52181E

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

Shades of Bordeaux #52181E

Tints of Bordeaux #52181E

Color information

#52181E (or 0x52181E) is unknown color: approx Bordeaux. HEX triplet: 52, 18 and 1E. RGB value is (82,24,30). Sum of RGB (Red+Green+Blue) = 82+24+30=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #52181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52181E is #ADE7E1. Grayscale: #2A2A2A. Windows color (decimal): -11397090 or 1972306. OLE color: 1972306.

HSL color Cylindrical-coordinate representation of color #52181E: hue angle of 353.79º 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 #52181E is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB822430-
CMYK00.710.630.68
HSL353.79º54.72%20.78%-
HSV(B)353.79º70.73%32.16%-
XYZ4.042.541.51-
YUV42.03121.22156.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.29%
GREEN value IS 24 (9.77% from 255) = 17.65%
BLUE value IS 30 (12.11% from 255) = 22.06%
R=60.29%
G=17.65%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82243000.710.630.68353.7954.7220.78
Hex52181E0473F441623715
Octal12230360107771045426725
Binary1010010110001111001000111111111100010010110001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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