#520C14

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

Shades of Bordeaux #520C14

Tints of Bordeaux #520C14

Color information

#520C14 (or 0x520C14) is unknown color: approx Bordeaux. HEX triplet: 52, 0C and 14. RGB value is (82,12,20). Sum of RGB (Red+Green+Blue) = 82+12+20=114 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.93% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 82 - color contains mainly: red. Hex color #520C14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520C14 is #ADF3EB. Grayscale: #212121. Windows color (decimal): -11400172 or 1313874. OLE color: 1313874.

HSL color Cylindrical-coordinate representation of color #520C14: hue angle of 353.14º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #520C14 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.68.

Color convert

RGB821220-
CMYK00.850.760.68
HSL353.14º74.47%18.43%-
HSV(B)353.14º85.37%32.16%-
XYZ3.742.110.87-
YUV33.84120.19162.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 71.93%
GREEN value IS 12 (5.08% from 255) = 10.53%
BLUE value IS 20 (8.20% from 255) = 17.54%
R=71.93%
G=10.53%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82122000.850.760.68353.1474.4718.43
Hex52C140554C441614a12
Octal1221424012511410454111222
Binary10100101100101000101010110011001000100101100001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520C14; }

 p { color: rgb(82,12,20); }

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

<style>
 a { background-color: #520C14; }

 a { background-color: rgb(82,12,20); }

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

<style>
 span { border-color: #520C14; }

 span { border-color: rgb(82,12,20); }

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