#52131B

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

Shades of Bordeaux #52131B

Tints of Bordeaux #52131B

Color information

#52131B (or 0x52131B) is unknown color: approx Bordeaux. HEX triplet: 52, 13 and 1B. RGB value is (82,19,27). Sum of RGB (Red+Green+Blue) = 82+19+27=128 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.06% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 82 - color contains mainly: red. Hex color #52131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52131B is #ADECE4. Grayscale: #262626. Windows color (decimal): -11398373 or 1774418. OLE color: 1774418.

HSL color Cylindrical-coordinate representation of color #52131B: hue angle of 352.38º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52131B is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB821927-
CMYK00.770.670.68
HSL352.38º62.38%19.8%-
HSV(B)352.38º76.83%32.16%-
XYZ3.912.341.28-
YUV38.75121.37158.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 64.06%
GREEN value IS 19 (7.81% from 255) = 14.84%
BLUE value IS 27 (10.94% from 255) = 21.09%
R=64.06%
G=14.84%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82192700.770.670.68352.3862.3819.8
Hex52131B04D43441603e14
Octal122233301151031045407624
Binary10100101001111011010011011000011100010010110000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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