#52171F

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

Shades of Bordeaux #52171F

Tints of Bordeaux #52171F

Color information

#52171F (or 0x52171F) is unknown color: approx Bordeaux. HEX triplet: 52, 17 and 1F. RGB value is (82,23,31). Sum of RGB (Red+Green+Blue) = 82+23+31=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #52171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52171F is #ADE8E0. Grayscale: #292929. Windows color (decimal): -11397345 or 2037586. OLE color: 2037586.

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

Color convert

RGB822331-
CMYK00.720.620.68
HSL351.86º56.19%20.59%-
HSV(B)351.86º71.95%32.16%-
XYZ4.032.511.57-
YUV41.55122.05156.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.29%
GREEN value IS 23 (9.38% from 255) = 16.91%
BLUE value IS 31 (12.5% from 255) = 22.79%
R=60.29%
G=16.91%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82233100.720.620.68351.8656.1920.59
Hex52171F0483E441603815
Octal12227370110761045407025
Binary1010010101111111101001000111110100010010110000011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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