#52071C

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

Shades of Bordeaux #52071C

Tints of Bordeaux #52071C

Color information

#52071C (or 0x52071C) is unknown color: approx Bordeaux. HEX triplet: 52, 07 and 1C. RGB value is (82,7,28). Sum of RGB (Red+Green+Blue) = 82+7+28=117 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.09% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 82 - color contains mainly: red. Hex color #52071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52071C is #ADF8E3. Grayscale: #1F1F1F. Windows color (decimal): -11401444 or 1836882. OLE color: 1836882.

HSL color Cylindrical-coordinate representation of color #52071C: hue angle of 343.2º 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 #52071C is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB82728-
CMYK00.910.660.68
HSL343.2º84.27%17.45%-
HSV(B)343.2º91.46%32.16%-
XYZ3.772.031.29-
YUV31.82125.85163.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 70.09%
GREEN value IS 7 (3.12% from 255) = 5.98%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=70.09%
G=5.98%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8272800.910.660.68343.284.2717.45
Hex5271C05B42441575411
Octal122734013310210452712421
Binary1010010111111000101101110000101000100101010111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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