#52061C

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

Shades of Bordeaux #52061C

Tints of Bordeaux #52061C

Color information

#52061C (or 0x52061C) is unknown color: approx Bordeaux. HEX triplet: 52, 06 and 1C. RGB value is (82,6,28). Sum of RGB (Red+Green+Blue) = 82+6+28=116 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.69% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 82 - color contains mainly: red. Hex color #52061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52061C is #ADF9E3. Grayscale: #1F1F1F. Windows color (decimal): -11401700 or 1836626. OLE color: 1836626.

HSL color Cylindrical-coordinate representation of color #52061C: hue angle of 342.63º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52061C is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB82628-
CMYK00.930.660.68
HSL342.63º86.36%17.25%-
HSV(B)342.63º92.68%32.16%-
XYZ3.752.011.29-
YUV31.23126.18164.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 70.69%
GREEN value IS 6 (2.73% from 255) = 5.17%
BLUE value IS 28 (11.33% from 255) = 24.14%
R=70.69%
G=5.17%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8262800.930.660.68342.6386.3617.25
Hex5261C05D42441575611
Octal122634013510210452712621
Binary1010010110111000101110110000101000100101010111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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