#52111F

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

Shades of Bordeaux #52111F

Tints of Bordeaux #52111F

Color information

#52111F (or 0x52111F) is unknown color: approx Bordeaux. HEX triplet: 52, 11 and 1F. RGB value is (82,17,31). Sum of RGB (Red+Green+Blue) = 82+17+31=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #52111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52111F is #ADEEE0. Grayscale: #262626. Windows color (decimal): -11398881 or 2036050. OLE color: 2036050.

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

Color convert

RGB821731-
CMYK00.790.620.68
HSL347.08º65.66%19.41%-
HSV(B)347.08º79.27%32.16%-
XYZ3.932.291.53-
YUV38.03124.03159.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.08%
GREEN value IS 17 (7.03% from 255) = 13.08%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=63.08%
G=13.08%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82173100.790.620.68347.0865.6619.41
Hex52111F04F3E4415b4213
Octal122213701177610453310223
Binary10100101000111111010011111111101000100101011011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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