#521822

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

Shades of Bordeaux #521822

Tints of Bordeaux #521822

Color information

#521822 (or 0x521822) is unknown color: approx Bordeaux. HEX triplet: 52, 18 and 22. RGB value is (82,24,34). Sum of RGB (Red+Green+Blue) = 82+24+34=140 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.57% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 82 - color contains mainly: red. Hex color #521822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521822 is #ADE7DD. Grayscale: #2A2A2A. Windows color (decimal): -11397086 or 2234450. OLE color: 2234450.

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

Color convert

RGB822434-
CMYK00.710.590.68
HSL349.66º54.72%20.78%-
HSV(B)349.66º70.73%32.16%-
XYZ4.12.561.79-
YUV42.48123.22156.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.57%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 34 (13.67% from 255) = 24.29%
R=58.57%
G=17.14%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82243400.710.590.68349.6654.7220.78
Hex5218220473B4415e3715
Octal12230420107731045366725
Binary10100101100010001001000111111011100010010101111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521822; }

 p { color: rgb(82,24,34); }

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

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

 a { background-color: rgb(82,24,34); }

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

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

 span { border-color: rgb(82,24,34); }

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