#73537B

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

Shades of Affair #73537B

Tints of Affair #73537B

Color information

#73537B (or 0x73537B) is unknown color: approx Affair. HEX triplet: 73, 53 and 7B. RGB value is (115,83,123). Sum of RGB (Red+Green+Blue) = 115+83+123=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #73537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73537B is #8CAC84. Grayscale: #616161. Windows color (decimal): -9219205 or 8082291. OLE color: 8082291.

HSL color Cylindrical-coordinate representation of color #73537B: hue angle of 288º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73537B is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11583123-
CMYK0.070.3300.52
HSL288º19.42%40.39%-
HSV(B)288º32.52%48.24%-
XYZ13.7411.2620.19-
YUV97.13142.6140.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.83%
GREEN value IS 83 (32.81% from 255) = 25.86%
BLUE value IS 123 (48.44% from 255) = 38.32%
R=35.83%
G=25.86%
B=38.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115831230.070.3300.5228819.4240.39
Hex73537B7210341201328
Octal1631231737410644402350
Binary111001110100111111011111100001011010010010000010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73537B; }

 p { color: rgb(115,83,123); }

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

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

 a { background-color: rgb(115,83,123); }

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

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

 span { border-color: rgb(115,83,123); }

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