#521724

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

Shades of Bordeaux #521724

Tints of Bordeaux #521724

Color information

#521724 (or 0x521724) is unknown color: approx Bordeaux. HEX triplet: 52, 17 and 24. RGB value is (82,23,36). Sum of RGB (Red+Green+Blue) = 82+23+36=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #521724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521724 is #ADE8DB. Grayscale: #2A2A2A. Windows color (decimal): -11397340 or 2365266. OLE color: 2365266.

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

Color convert

RGB822336-
CMYK00.720.560.68
HSL346.78º56.19%20.59%-
HSV(B)346.78º71.95%32.16%-
XYZ4.12.531.94-
YUV42.12124.55156.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.16%
GREEN value IS 23 (9.38% from 255) = 16.31%
BLUE value IS 36 (14.45% from 255) = 25.53%
R=58.16%
G=16.31%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82233600.720.560.68346.7856.1920.59
Hex521724048384415b3815
Octal12227440110701045337025
Binary10100101011110010001001000111000100010010101101111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521724; }

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

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

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

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

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

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

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

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