#521C2C

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

Shades of Bordeaux #521C2C

Tints of Bordeaux #521C2C

Color information

#521C2C (or 0x521C2C) is unknown color: approx Bordeaux. HEX triplet: 52, 1C and 2C. RGB value is (82,28,44). Sum of RGB (Red+Green+Blue) = 82+28+44=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #521C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C2C is #ADE3D3. Grayscale: #2D2D2D. Windows color (decimal): -11396052 or 2890834. OLE color: 2890834.

HSL color Cylindrical-coordinate representation of color #521C2C: hue angle of 342.22º 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 #521C2C is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB822844-
CMYK00.660.460.68
HSL342.22º49.09%21.57%-
HSV(B)342.22º65.85%32.16%-
XYZ4.352.812.7-
YUV45.97126.89153.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.25%
GREEN value IS 28 (11.33% from 255) = 18.18%
BLUE value IS 44 (17.58% from 255) = 28.57%
R=53.25%
G=18.18%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82284400.660.460.68342.2249.0921.57
Hex521C2C0422E441563116
Octal12234540102561045266126
Binary10100101110010110001000010101110100010010101011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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