#520C1D

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

Shades of Bordeaux #520C1D

Tints of Bordeaux #520C1D

Color information

#520C1D (or 0x520C1D) is unknown color: approx Bordeaux. HEX triplet: 52, 0C and 1D. RGB value is (82,12,29). Sum of RGB (Red+Green+Blue) = 82+12+29=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 12 (5.08% from 255 or 9.76% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #520C1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520C1D is #ADF3E2. Grayscale: #222222. Windows color (decimal): -11400163 or 1903698. OLE color: 1903698.

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

Color convert

RGB821229-
CMYK00.850.650.68
HSL345.43º74.47%18.43%-
HSV(B)345.43º85.37%32.16%-
XYZ3.832.151.37-
YUV34.87124.69161.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 66.67%
GREEN value IS 12 (5.08% from 255) = 9.76%
BLUE value IS 29 (11.72% from 255) = 23.58%
R=66.67%
G=9.76%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82122900.850.650.68345.4374.4718.43
Hex52C1D05541441594a12
Octal1221435012510110453111222
Binary10100101100111010101010110000011000100101011001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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