#521825

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

Shades of Bordeaux #521825

Tints of Bordeaux #521825

Color information

#521825 (or 0x521825) is unknown color: approx Bordeaux. HEX triplet: 52, 18 and 25. RGB value is (82,24,37). Sum of RGB (Red+Green+Blue) = 82+24+37=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #521825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521825 is #ADE7DA. Grayscale: #2A2A2A. Windows color (decimal): -11397083 or 2431058. OLE color: 2431058.

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

Color convert

RGB822437-
CMYK00.710.550.68
HSL346.55º54.72%20.78%-
HSV(B)346.55º70.73%32.16%-
XYZ4.142.582.03-
YUV42.82124.72155.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.34%
GREEN value IS 24 (9.77% from 255) = 16.78%
BLUE value IS 37 (14.84% from 255) = 25.87%
R=57.34%
G=16.78%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82243700.710.550.68346.5554.7220.78
Hex521825047374415b3715
Octal12230450107671045336725
Binary10100101100010010101000111110111100010010101101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521825; }

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

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

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

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

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

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

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

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