#521726

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

Shades of Bordeaux #521726

Tints of Bordeaux #521726

Color information

#521726 (or 0x521726) is unknown color: approx Bordeaux. HEX triplet: 52, 17 and 26. RGB value is (82,23,38). Sum of RGB (Red+Green+Blue) = 82+23+38=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #521726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521726 is #ADE8D9. Grayscale: #2A2A2A. Windows color (decimal): -11397338 or 2496338. OLE color: 2496338.

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

Color convert

RGB822338-
CMYK00.720.540.68
HSL344.75º56.19%20.59%-
HSV(B)344.75º71.95%32.16%-
XYZ4.142.552.11-
YUV42.35125.55156.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.34%
GREEN value IS 23 (9.38% from 255) = 16.08%
BLUE value IS 38 (15.23% from 255) = 26.57%
R=57.34%
G=16.08%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82233800.720.540.68344.7556.1920.59
Hex52172604836441593815
Octal12227460110661045317025
Binary10100101011110011001001000110110100010010101100111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521726; }

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

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

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

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

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

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

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

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