#521622

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

Shades of Bordeaux #521622

Tints of Bordeaux #521622

Color information

#521622 (or 0x521622) is unknown color: approx Bordeaux. HEX triplet: 52, 16 and 22. RGB value is (82,22,34). Sum of RGB (Red+Green+Blue) = 82+22+34=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #521622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521622 is #ADE9DD. Grayscale: #292929. Windows color (decimal): -11397598 or 2233938. OLE color: 2233938.

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

Color convert

RGB822234-
CMYK00.730.590.68
HSL348º57.69%20.39%-
HSV(B)348º73.17%32.16%-
XYZ4.062.481.78-
YUV41.31123.88157.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.42%
GREEN value IS 22 (8.98% from 255) = 15.94%
BLUE value IS 34 (13.67% from 255) = 24.64%
R=59.42%
G=15.94%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82223400.730.590.6834857.6920.39
Hex5216220493B4415c3a14
Octal12226420111731045347224
Binary10100101011010001001001001111011100010010101110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521622; }

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

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

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

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

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

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

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

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