#521725

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

Shades of Bordeaux #521725

Tints of Bordeaux #521725

Color information

#521725 (or 0x521725) is unknown color: approx Bordeaux. HEX triplet: 52, 17 and 25. RGB value is (82,23,37). Sum of RGB (Red+Green+Blue) = 82+23+37=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #521725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521725 is #ADE8DA. Grayscale: #2A2A2A. Windows color (decimal): -11397339 or 2430802. OLE color: 2430802.

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

Color convert

RGB822337-
CMYK00.720.550.68
HSL345.76º56.19%20.59%-
HSV(B)345.76º71.95%32.16%-
XYZ4.122.542.02-
YUV42.24125.05156.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.75%
GREEN value IS 23 (9.38% from 255) = 16.20%
BLUE value IS 37 (14.84% from 255) = 26.06%
R=57.75%
G=16.20%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82233700.720.550.68345.7656.1920.59
Hex521725048374415a3815
Octal12227450110671045327025
Binary10100101011110010101001000110111100010010101101011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521725; }

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

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

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

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

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

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

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

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