#521D25

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

Shades of Bordeaux #521D25

Tints of Bordeaux #521D25

Color information

#521D25 (or 0x521D25) is unknown color: approx Bordeaux. HEX triplet: 52, 1D and 25. RGB value is (82,29,37). Sum of RGB (Red+Green+Blue) = 82+29+37=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #521D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D25 is #ADE2DA. Grayscale: #2D2D2D. Windows color (decimal): -11395803 or 2432338. OLE color: 2432338.

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

Color convert

RGB822937-
CMYK00.650.550.68
HSL350.94º47.75%21.76%-
HSV(B)350.94º64.63%32.16%-
XYZ4.252.812.07-
YUV45.76123.06153.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.41%
GREEN value IS 29 (11.72% from 255) = 19.59%
BLUE value IS 37 (14.84% from 255) = 25%
R=55.41%
G=19.59%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82293700.650.550.68350.9447.7521.76
Hex521D25041374415f3016
Octal12235450101671045376026
Binary10100101110110010101000001110111100010010101111111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521D25; }

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

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

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

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

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

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

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

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