#521722

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

Shades of Bordeaux #521722

Tints of Bordeaux #521722

Color information

#521722 (or 0x521722) is unknown color: approx Bordeaux. HEX triplet: 52, 17 and 22. RGB value is (82,23,34). Sum of RGB (Red+Green+Blue) = 82+23+34=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #521722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521722 is #ADE8DD. Grayscale: #292929. Windows color (decimal): -11397342 or 2234194. OLE color: 2234194.

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

Color convert

RGB822334-
CMYK00.720.590.68
HSL348.81º56.19%20.59%-
HSV(B)348.81º71.95%32.16%-
XYZ4.072.521.79-
YUV41.9123.55156.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.99%
GREEN value IS 23 (9.38% from 255) = 16.55%
BLUE value IS 34 (13.67% from 255) = 24.46%
R=58.99%
G=16.55%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82233400.720.590.68348.8156.1920.59
Hex5217220483B4415d3815
Octal12227420110731045357025
Binary10100101011110001001001000111011100010010101110111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521722; }

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

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

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

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

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

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

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

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