#724163

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

Shades of Cosmic #724163

Tints of Cosmic #724163

Color information

#724163 (or 0x724163) is unknown color: approx Cosmic. HEX triplet: 72, 41 and 63. RGB value is (114,65,99). Sum of RGB (Red+Green+Blue) = 114+65+99=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #724163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724163 is #8DBE9C. Grayscale: #535353. Windows color (decimal): -9289373 or 6504818. OLE color: 6504818.

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

Color convert

RGB1146599-
CMYK00.430.130.55
HSL318.37º27.37%35.1%-
HSV(B)318.37º42.98%44.71%-
XYZ11.088.2612.81-
YUV83.53136.73149.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.01%
GREEN value IS 65 (25.78% from 255) = 23.38%
BLUE value IS 99 (39.06% from 255) = 35.61%
R=41.01%
G=23.38%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114659900.430.130.55318.3727.3735.1
Hex72416302BD3713e1b23
Octal16210114305315674763343
Binary1110010100000111000110101011110111011110011111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724163; }

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

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

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

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

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

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

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

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