#520C1E

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

Shades of Bordeaux #520C1E

Tints of Bordeaux #520C1E

Color information

#520C1E (or 0x520C1E) is unknown color: approx Bordeaux. HEX triplet: 52, 0C and 1E. RGB value is (82,12,30). Sum of RGB (Red+Green+Blue) = 82+12+30=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #520C1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520C1E is #ADF3E1. Grayscale: #222222. Windows color (decimal): -11400162 or 1969234. OLE color: 1969234.

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

Color convert

RGB821230-
CMYK00.850.630.68
HSL344.57º74.47%18.43%-
HSV(B)344.57º85.37%32.16%-
XYZ3.852.151.44-
YUV34.98125.19161.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 66.13%
GREEN value IS 12 (5.08% from 255) = 9.68%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=66.13%
G=9.68%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82123000.850.630.68344.5774.4718.43
Hex52C1E0553F441594a12
Octal122143601257710453111222
Binary1010010110011110010101011111111000100101011001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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