#521F2A

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

Shades of Bordeaux #521F2A

Tints of Bordeaux #521F2A

Color information

#521F2A (or 0x521F2A) is unknown color: approx Bordeaux. HEX triplet: 52, 1F and 2A. RGB value is (82,31,42). Sum of RGB (Red+Green+Blue) = 82+31+42=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #521F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521F2A is #ADE0D5. Grayscale: #2F2F2F. Windows color (decimal): -11395286 or 2760530. OLE color: 2760530.

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

Color convert

RGB823142-
CMYK00.620.490.68
HSL347.06º45.13%22.16%-
HSV(B)347.06º62.2%32.16%-
XYZ4.392.942.53-
YUV47.5124.9152.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.90%
GREEN value IS 31 (12.5% from 255) = 20%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=52.90%
G=20%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82314200.620.490.68347.0645.1322.16
Hex521F2A03E314415b2d16
Octal1223752076611045335526
Binary1010010111111010100111110110001100010010101101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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