#52151A

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

Shades of Bordeaux #52151A

Tints of Bordeaux #52151A

Color information

#52151A (or 0x52151A) is unknown color: approx Bordeaux. HEX triplet: 52, 15 and 1A. RGB value is (82,21,26). Sum of RGB (Red+Green+Blue) = 82+21+26=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #52151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52151A is #ADEAE5. Grayscale: #272727. Windows color (decimal): -11397862 or 1709394. OLE color: 1709394.

HSL color Cylindrical-coordinate representation of color #52151A: hue angle of 355.08º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52151A is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB822126-
CMYK00.740.680.68
HSL355.08º59.22%20.2%-
HSV(B)355.08º74.39%32.16%-
XYZ3.932.41.23-
YUV39.81120.21158.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.57%
GREEN value IS 21 (8.59% from 255) = 16.28%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=63.57%
G=16.28%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82212600.740.680.68355.0859.2220.2
Hex52151A04A44441633b14
Octal122253201121041045437324
Binary10100101010111010010010101000100100010010110001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52151A; }

 p { color: rgb(82,21,26); }

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

<style>
 a { background-color: #52151A; }

 a { background-color: rgb(82,21,26); }

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

<style>
 span { border-color: #52151A; }

 span { border-color: rgb(82,21,26); }

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