#521623

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

Shades of Bordeaux #521623

Tints of Bordeaux #521623

Color information

#521623 (or 0x521623) is unknown color: approx Bordeaux. HEX triplet: 52, 16 and 23. RGB value is (82,22,35). Sum of RGB (Red+Green+Blue) = 82+22+35=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #521623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521623 is #ADE9DC. Grayscale: #292929. Windows color (decimal): -11397597 or 2299474. OLE color: 2299474.

HSL color Cylindrical-coordinate representation of color #521623: hue angle of 347º 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 #521623 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB822235-
CMYK00.730.570.68
HSL347º57.69%20.39%-
HSV(B)347º73.17%32.16%-
XYZ4.072.491.86-
YUV41.42124.38156.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.99%
GREEN value IS 22 (8.98% from 255) = 15.83%
BLUE value IS 35 (14.06% from 255) = 25.18%
R=58.99%
G=15.83%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82223500.730.570.6834757.6920.39
Hex521623049394415b3a14
Octal12226430111711045337224
Binary10100101011010001101001001111001100010010101101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521623; }

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

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

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

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

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

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

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

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