#72375C

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

Shades of Finn #72375C

Tints of Finn #72375C

Color information

#72375C (or 0x72375C) is unknown color: approx Finn. HEX triplet: 72, 37 and 5C. RGB value is (114,55,92). Sum of RGB (Red+Green+Blue) = 114+55+92=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #72375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72375C is #8DC8A3. Grayscale: #4C4C4C. Windows color (decimal): -9291940 or 6043506. OLE color: 6043506.

HSL color Cylindrical-coordinate representation of color #72375C: hue angle of 322.37º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72375C is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1145592-
CMYK00.520.190.55
HSL322.37º34.91%33.14%-
HSV(B)322.37º51.75%44.71%-
XYZ10.247.0810.95-
YUV76.86136.55154.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=43.68%
G=21.07%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114559200.520.190.55322.3734.9133.14
Hex72375C03413371422321
Octal1626713406423675024341
Binary11100101101111011100011010010011110111101000010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72375C; }

 p { color: rgb(114,55,92); }

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

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

 a { background-color: rgb(114,55,92); }

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

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

 span { border-color: rgb(114,55,92); }

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