#521323

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

Shades of Bordeaux #521323

Tints of Bordeaux #521323

Color information

#521323 (or 0x521323) is unknown color: approx Bordeaux. HEX triplet: 52, 13 and 23. RGB value is (82,19,35). Sum of RGB (Red+Green+Blue) = 82+19+35=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #521323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521323 is #ADECDC. Grayscale: #272727. Windows color (decimal): -11398365 or 2298706. OLE color: 2298706.

HSL color Cylindrical-coordinate representation of color #521323: hue angle of 344.76º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #521323 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB821935-
CMYK00.770.570.68
HSL344.76º62.38%19.8%-
HSV(B)344.76º76.83%32.16%-
XYZ4.022.381.84-
YUV39.66125.37158.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.29%
GREEN value IS 19 (7.81% from 255) = 13.97%
BLUE value IS 35 (14.06% from 255) = 25.74%
R=60.29%
G=13.97%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82193500.770.570.68344.7662.3819.8
Hex52132304D39441593e14
Octal12223430115711045317624
Binary10100101001110001101001101111001100010010101100111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521323; }

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

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

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

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

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

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

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

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