#521325

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

Shades of Bordeaux #521325

Tints of Bordeaux #521325

Color information

#521325 (or 0x521325) is unknown color: approx Bordeaux. HEX triplet: 52, 13 and 25. RGB value is (82,19,37). Sum of RGB (Red+Green+Blue) = 82+19+37=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #521325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521325 is #ADECDA. Grayscale: #272727. Windows color (decimal): -11398363 or 2429778. OLE color: 2429778.

HSL color Cylindrical-coordinate representation of color #521325: hue angle of 342.86º 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 #521325 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB821937-
CMYK00.770.550.68
HSL342.86º62.38%19.8%-
HSV(B)342.86º76.83%32.16%-
XYZ4.052.392-
YUV39.89126.37158.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.42%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 37 (14.84% from 255) = 26.81%
R=59.42%
G=13.77%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82193700.770.550.68342.8662.3819.8
Hex52132504D37441573e14
Octal12223450115671045277624
Binary10100101001110010101001101110111100010010101011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521325; }

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

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

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

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

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

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

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

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