#52071A

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

Shades of Bordeaux #52071A

Tints of Bordeaux #52071A

Color information

#52071A (or 0x52071A) is unknown color: approx Bordeaux. HEX triplet: 52, 07 and 1A. RGB value is (82,7,26). Sum of RGB (Red+Green+Blue) = 82+7+26=115 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.30% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 82 - color contains mainly: red. Hex color #52071A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52071A is #ADF8E5. Grayscale: #1F1F1F. Windows color (decimal): -11401446 or 1705810. OLE color: 1705810.

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

Color convert

RGB82726-
CMYK00.910.680.68
HSL344.8º84.27%17.45%-
HSV(B)344.8º91.46%32.16%-
XYZ3.742.021.17-
YUV31.59124.85163.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 71.30%
GREEN value IS 7 (3.12% from 255) = 6.09%
BLUE value IS 26 (10.55% from 255) = 22.61%
R=71.30%
G=6.09%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8272600.910.680.68344.884.2717.45
Hex5271A05B44441595411
Octal122732013310410453112421
Binary1010010111110100101101110001001000100101011001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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