#724265

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

Shades of Cosmic #724265

Tints of Cosmic #724265

Color information

#724265 (or 0x724265) is unknown color: approx Cosmic. HEX triplet: 72, 42 and 65. RGB value is (114,66,101). Sum of RGB (Red+Green+Blue) = 114+66+101=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #724265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724265 is #8DBD9A. Grayscale: #545454. Windows color (decimal): -9289115 or 6636146. OLE color: 6636146.

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

Color convert

RGB11466101-
CMYK00.420.110.55
HSL316.25º26.67%35.29%-
HSV(B)316.25º42.11%44.71%-
XYZ11.248.4113.34-
YUV84.34137.4149.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.57%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=40.57%
G=23.49%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146610100.420.110.55316.2526.6735.29
Hex72426502AB3713c1b23
Octal16210214505213674743343
Binary1110010100001011001010101010101111011110011110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724265; }

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

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

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

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

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

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

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

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