#52131C

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

Shades of Bordeaux #52131C

Tints of Bordeaux #52131C

Color information

#52131C (or 0x52131C) is unknown color: approx Bordeaux. HEX triplet: 52, 13 and 1C. RGB value is (82,19,28). Sum of RGB (Red+Green+Blue) = 82+19+28=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #52131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52131C is #ADECE3. Grayscale: #262626. Windows color (decimal): -11398372 or 1839954. OLE color: 1839954.

HSL color Cylindrical-coordinate representation of color #52131C: hue angle of 351.43º 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 #52131C is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB821928-
CMYK00.770.660.68
HSL351.43º62.38%19.8%-
HSV(B)351.43º76.83%32.16%-
XYZ3.922.341.34-
YUV38.86121.87158.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.57%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 28 (11.33% from 255) = 21.71%
R=63.57%
G=14.73%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82192800.770.660.68351.4362.3819.8
Hex52131C04D424415f3e14
Octal122233401151021045377624
Binary10100101001111100010011011000010100010010101111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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