#724261

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

Shades of Cosmic #724261

Tints of Cosmic #724261

Color information

#724261 (or 0x724261) is unknown color: approx Cosmic. HEX triplet: 72, 42 and 61. RGB value is (114,66,97). Sum of RGB (Red+Green+Blue) = 114+66+97=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #724261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724261 is #8DBD9E. Grayscale: #535353. Windows color (decimal): -9289119 or 6374002. OLE color: 6374002.

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

Color convert

RGB1146697-
CMYK00.420.150.55
HSL321.25º26.67%35.29%-
HSV(B)321.25º42.11%44.71%-
XYZ11.058.3412.34-
YUV83.89135.4149.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 97 (38.28% from 255) = 35.02%
R=41.16%
G=23.83%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114669700.420.150.55321.2526.6735.29
Hex72426102AF371411b23
Octal16210214105217675013343
Binary1110010100001011000010101010111111011110100000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724261; }

 p { color: rgb(114,66,97); }

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

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

 a { background-color: rgb(114,66,97); }

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

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

 span { border-color: rgb(114,66,97); }

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