#521C26

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

Shades of Bordeaux #521C26

Tints of Bordeaux #521C26

Color information

#521C26 (or 0x521C26) is unknown color: approx Bordeaux. HEX triplet: 52, 1C and 26. RGB value is (82,28,38). Sum of RGB (Red+Green+Blue) = 82+28+38=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #521C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C26 is #ADE3D9. Grayscale: #2D2D2D. Windows color (decimal): -11396058 or 2497618. OLE color: 2497618.

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

Color convert

RGB822838-
CMYK00.660.540.68
HSL348.89º49.09%21.57%-
HSV(B)348.89º65.85%32.16%-
XYZ4.242.762.14-
YUV45.29123.89154.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.41%
GREEN value IS 28 (11.33% from 255) = 18.92%
BLUE value IS 38 (15.23% from 255) = 25.68%
R=55.41%
G=18.92%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82283800.660.540.68348.8949.0921.57
Hex521C26042364415d3116
Octal12234460102661045356126
Binary10100101110010011001000010110110100010010101110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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