#520C23

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

Shades of Bordeaux #520C23

Tints of Bordeaux #520C23

Color information

#520C23 (or 0x520C23) is unknown color: approx Bordeaux. HEX triplet: 52, 0C and 23. RGB value is (82,12,35). Sum of RGB (Red+Green+Blue) = 82+12+35=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #520C23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520C23 is #ADF3DC. Grayscale: #232323. Windows color (decimal): -11400157 or 2296914. OLE color: 2296914.

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

Color convert

RGB821235-
CMYK00.850.570.68
HSL340.29º74.47%18.43%-
HSV(B)340.29º85.37%32.16%-
XYZ3.912.181.8-
YUV35.55127.69161.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.57%
GREEN value IS 12 (5.08% from 255) = 9.30%
BLUE value IS 35 (14.06% from 255) = 27.13%
R=63.57%
G=9.30%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82123500.850.570.68340.2974.4718.43
Hex52C2305539441544a12
Octal122144301257110452411222
Binary10100101100100011010101011110011000100101010100100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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