#733C5B

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

Shades of Finn #733C5B

Tints of Finn #733C5B

Color information

#733C5B (or 0x733C5B) is unknown color: approx Finn. HEX triplet: 73, 3C and 5B. RGB value is (115,60,91). Sum of RGB (Red+Green+Blue) = 115+60+91=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #733C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733C5B is #8CC3A4. Grayscale: #4F4F4F. Windows color (decimal): -9225125 or 5979251. OLE color: 5979251.

HSL color Cylindrical-coordinate representation of color #733C5B: hue angle of 326.18º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #733C5B is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1156091-
CMYK00.480.210.55
HSL326.18º31.43%34.31%-
HSV(B)326.18º47.83%45.1%-
XYZ10.577.6310.81-
YUV79.98134.22152.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.23%
GREEN value IS 60 (23.83% from 255) = 22.56%
BLUE value IS 91 (35.94% from 255) = 34.21%
R=43.23%
G=22.56%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115609100.480.210.55326.1831.4334.31
Hex733C5B03015371461f22
Octal1637413306025675063742
Binary1110011111100101101101100001010111011110100011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733C5B; }

 p { color: rgb(115,60,91); }

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

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

 a { background-color: rgb(115,60,91); }

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

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

 span { border-color: rgb(115,60,91); }

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