#724165

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

Shades of Cosmic #724165

Tints of Cosmic #724165

Color information

#724165 (or 0x724165) is unknown color: approx Cosmic. HEX triplet: 72, 41 and 65. RGB value is (114,65,101). Sum of RGB (Red+Green+Blue) = 114+65+101=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #724165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724165 is #8DBE9A. Grayscale: #535353. Windows color (decimal): -9289371 or 6635890. OLE color: 6635890.

HSL color Cylindrical-coordinate representation of color #724165: hue angle of 315.92º 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 #724165 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11465101-
CMYK00.430.110.55
HSL315.92º27.37%35.1%-
HSV(B)315.92º42.98%44.71%-
XYZ11.188.313.32-
YUV83.76137.73149.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.71%
GREEN value IS 65 (25.78% from 255) = 23.21%
BLUE value IS 101 (39.84% from 255) = 36.07%
R=40.71%
G=23.21%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146510100.430.110.55315.9227.3735.1
Hex72416502BB3713c1b23
Octal16210114505313674743343
Binary1110010100000111001010101011101111011110011110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724165; }

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

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

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

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

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

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

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

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