#52101F

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

Shades of Bordeaux #52101F

Tints of Bordeaux #52101F

Color information

#52101F (or 0x52101F) is unknown color: approx Bordeaux. HEX triplet: 52, 10 and 1F. RGB value is (82,16,31). Sum of RGB (Red+Green+Blue) = 82+16+31=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #52101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52101F is #ADEFE0. Grayscale: #252525. Windows color (decimal): -11399137 or 2035794. OLE color: 2035794.

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

Color convert

RGB821631-
CMYK00.800.620.68
HSL346.36º67.35%19.22%-
HSV(B)346.36º80.49%32.16%-
XYZ3.912.261.53-
YUV37.44124.37159.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.57%
GREEN value IS 16 (6.64% from 255) = 12.40%
BLUE value IS 31 (12.5% from 255) = 24.03%
R=63.57%
G=12.40%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82163100.800.620.68346.3667.3519.22
Hex52101F0503E4415a4313
Octal122203701207610453210323
Binary10100101000011111010100001111101000100101011010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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