#521A2A

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

Shades of Bordeaux #521A2A

Tints of Bordeaux #521A2A

Color information

#521A2A (or 0x521A2A) is unknown color: approx Bordeaux. HEX triplet: 52, 1A and 2A. RGB value is (82,26,42). Sum of RGB (Red+Green+Blue) = 82+26+42=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #521A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521A2A is #ADE5D5. Grayscale: #2C2C2C. Windows color (decimal): -11396566 or 2759250. OLE color: 2759250.

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

Color convert

RGB822642-
CMYK00.680.490.68
HSL342.86º51.85%21.18%-
HSV(B)342.86º68.29%32.16%-
XYZ4.272.72.49-
YUV44.57126.55154.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 54.67%
GREEN value IS 26 (10.55% from 255) = 17.33%
BLUE value IS 42 (16.80% from 255) = 28%
R=54.67%
G=17.33%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82264200.680.490.68342.8651.8521.18
Hex521A2A04431441573415
Octal12232520104611045276425
Binary10100101101010101001000100110001100010010101011111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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