#521C2A

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

Shades of Bordeaux #521C2A

Tints of Bordeaux #521C2A

Color information

#521C2A (or 0x521C2A) is unknown color: approx Bordeaux. HEX triplet: 52, 1C and 2A. RGB value is (82,28,42). Sum of RGB (Red+Green+Blue) = 82+28+42=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #521C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C2A is #ADE3D5. Grayscale: #2D2D2D. Windows color (decimal): -11396054 or 2759762. OLE color: 2759762.

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

Color convert

RGB822842-
CMYK00.660.490.68
HSL344.44º49.09%21.57%-
HSV(B)344.44º65.85%32.16%-
XYZ4.312.792.5-
YUV45.74125.89153.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.95%
GREEN value IS 28 (11.33% from 255) = 18.42%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=53.95%
G=18.42%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82284200.660.490.68344.4449.0921.57
Hex521C2A04231441583116
Octal12234520102611045306126
Binary10100101110010101001000010110001100010010101100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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