#72415F

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

Shades of Cosmic #72415F

Tints of Cosmic #72415F

Color information

#72415F (or 0x72415F) is unknown color: approx Cosmic. HEX triplet: 72, 41 and 5F. RGB value is (114,65,95). Sum of RGB (Red+Green+Blue) = 114+65+95=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #72415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72415F is #8DBEA0. Grayscale: #535353. Windows color (decimal): -9289377 or 6242674. OLE color: 6242674.

HSL color Cylindrical-coordinate representation of color #72415F: hue angle of 323.27º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72415F is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1146595-
CMYK00.430.170.55
HSL323.27º27.37%35.1%-
HSV(B)323.27º42.98%44.71%-
XYZ10.98.1811.83-
YUV83.07134.73150.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 65 (25.78% from 255) = 23.72%
BLUE value IS 95 (37.5% from 255) = 34.67%
R=41.61%
G=23.72%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114659500.430.170.55323.2727.3735.1
Hex72415F02B11371431b23
Octal16210113705321675033343
Binary11100101000001101111101010111000111011110100001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72415F; }

 p { color: rgb(114,65,95); }

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

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

 a { background-color: rgb(114,65,95); }

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

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

 span { border-color: rgb(114,65,95); }

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