#52021A

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

Shades of Bordeaux #52021A

Tints of Bordeaux #52021A

Color information

#52021A (or 0x52021A) is unknown color: approx Bordeaux. HEX triplet: 52, 02 and 1A. RGB value is (82,2,26). Sum of RGB (Red+Green+Blue) = 82+2+26=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #52021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52021A is #ADFDE5. Grayscale: #1C1C1C. Windows color (decimal): -11402726 or 1704530. OLE color: 1704530.

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

Color convert

RGB82226-
CMYK00.980.680.68
HSL342º95.24%16.47%-
HSV(B)342º97.56%32.16%-
XYZ3.691.911.15-
YUV28.66126.5166.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 74.55%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 26 (10.55% from 255) = 23.64%
R=74.55%
G=1.82%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8222600.980.680.6834295.2416.47
Hex5221A06244441565f10
Octal122232014210410452613720
Binary101001010110100110001010001001000100101010110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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