#520E23

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

Shades of Bordeaux #520E23

Tints of Bordeaux #520E23

Color information

#520E23 (or 0x520E23) is unknown color: approx Bordeaux. HEX triplet: 52, 0E and 23. RGB value is (82,14,35). Sum of RGB (Red+Green+Blue) = 82+14+35=131 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.60% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 82 - color contains mainly: red. Hex color #520E23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520E23 is #ADF1DC. Grayscale: #242424. Windows color (decimal): -11399645 or 2297426. OLE color: 2297426.

HSL color Cylindrical-coordinate representation of color #520E23: hue angle of 341.47º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #520E23 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB821435-
CMYK00.830.570.68
HSL341.47º70.83%18.82%-
HSV(B)341.47º82.93%32.16%-
XYZ3.942.231.81-
YUV36.73127.03160.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.60%
GREEN value IS 14 (5.86% from 255) = 10.69%
BLUE value IS 35 (14.06% from 255) = 26.72%
R=62.60%
G=10.69%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82143500.830.570.68341.4770.8318.82
Hex52E2305339441554713
Octal122164301237110452510723
Binary10100101110100011010100111110011000100101010101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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