#52141E

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

Shades of Bordeaux #52141E

Tints of Bordeaux #52141E

Color information

#52141E (or 0x52141E) is unknown color: approx Bordeaux. HEX triplet: 52, 14 and 1E. RGB value is (82,20,30). Sum of RGB (Red+Green+Blue) = 82+20+30=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #52141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52141E is #ADEBE1. Grayscale: #272727. Windows color (decimal): -11398114 or 1971282. OLE color: 1971282.

HSL color Cylindrical-coordinate representation of color #52141E: hue angle of 350.32º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52141E is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB822030-
CMYK00.760.630.68
HSL350.32º60.78%20%-
HSV(B)350.32º75.61%32.16%-
XYZ3.962.391.48-
YUV39.68122.54158.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.12%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 30 (12.11% from 255) = 22.73%
R=62.12%
G=15.15%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82203000.760.630.68350.3260.7820
Hex52141E04C3F4415e3d14
Octal12224360114771045367524
Binary1010010101001111001001100111111100010010101111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52141E; }

 p { color: rgb(82,20,30); }

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

<style>
 a { background-color: #52141E; }

 a { background-color: rgb(82,20,30); }

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

<style>
 span { border-color: #52141E; }

 span { border-color: rgb(82,20,30); }

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