#733C5C

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

Shades of Finn #733C5C

Tints of Finn #733C5C

Color information

#733C5C (or 0x733C5C) is unknown color: approx Finn. HEX triplet: 73, 3C and 5C. RGB value is (115,60,92). Sum of RGB (Red+Green+Blue) = 115+60+92=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #733C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733C5C is #8CC3A3. Grayscale: #505050. Windows color (decimal): -9225124 or 6044787. OLE color: 6044787.

HSL color Cylindrical-coordinate representation of color #733C5C: hue angle of 325.09º 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 #733C5C is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1156092-
CMYK00.480.200.55
HSL325.09º31.43%34.31%-
HSV(B)325.09º47.83%45.1%-
XYZ10.627.6511.04-
YUV80.09134.72152.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.07%
GREEN value IS 60 (23.83% from 255) = 22.47%
BLUE value IS 92 (36.33% from 255) = 34.46%
R=43.07%
G=22.47%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115609200.480.200.55325.0931.4334.31
Hex733C5C03014371451f22
Octal1637413406024675053742
Binary1110011111100101110001100001010011011110100010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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