#520C24

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

Shades of Bordeaux #520C24

Tints of Bordeaux #520C24

Color information

#520C24 (or 0x520C24) is unknown color: approx Bordeaux. HEX triplet: 52, 0C and 24. RGB value is (82,12,36). Sum of RGB (Red+Green+Blue) = 82+12+36=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #520C24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520C24 is #ADF3DB. Grayscale: #232323. Windows color (decimal): -11400156 or 2362450. OLE color: 2362450.

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

Color convert

RGB821236-
CMYK00.850.560.68
HSL339.43º74.47%18.43%-
HSV(B)339.43º85.37%32.16%-
XYZ3.932.181.88-
YUV35.67128.19161.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.08%
GREEN value IS 12 (5.08% from 255) = 9.23%
BLUE value IS 36 (14.45% from 255) = 27.69%
R=63.08%
G=9.23%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82123600.850.560.68339.4374.4718.43
Hex52C2405538441534a12
Octal122144401257010452311222
Binary10100101100100100010101011110001000100101010011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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