#52071E

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

Shades of Bordeaux #52071E

Tints of Bordeaux #52071E

Color information

#52071E (or 0x52071E) is unknown color: approx Bordeaux. HEX triplet: 52, 07 and 1E. RGB value is (82,7,30). Sum of RGB (Red+Green+Blue) = 82+7+30=119 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.91% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 82 - color contains mainly: red. Hex color #52071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52071E is #ADF8E1. Grayscale: #202020. Windows color (decimal): -11401442 or 1967954. OLE color: 1967954.

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

Color convert

RGB82730-
CMYK00.910.630.68
HSL341.6º84.27%17.45%-
HSV(B)341.6º91.46%32.16%-
XYZ3.792.041.42-
YUV32.05126.85163.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 68.91%
GREEN value IS 7 (3.12% from 255) = 5.88%
BLUE value IS 30 (12.11% from 255) = 25.21%
R=68.91%
G=5.88%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8273000.910.630.68341.684.2717.45
Hex5271E05B3F441565411
Octal12273601337710452612421
Binary101001011111110010110111111111000100101010110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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