#714163

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

Shades of Cosmic #714163

Tints of Cosmic #714163

Color information

#714163 (or 0x714163) is unknown color: approx Cosmic. HEX triplet: 71, 41 and 63. RGB value is (113,65,99). Sum of RGB (Red+Green+Blue) = 113+65+99=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #714163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714163 is #8EBE9C. Grayscale: #535353. Windows color (decimal): -9354909 or 6504817. OLE color: 6504817.

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

Color convert

RGB1136599-
CMYK00.420.120.56
HSL317.5º26.97%34.9%-
HSV(B)317.5º42.48%44.31%-
XYZ10.958.1912.81-
YUV83.23136.9149.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.79%
GREEN value IS 65 (25.78% from 255) = 23.47%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=40.79%
G=23.47%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113659900.420.120.56317.526.9734.9
Hex71416302AC3813e1b23
Octal16110114305214704763343
Binary1110001100000111000110101010110011100010011111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714163; }

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

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

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

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

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

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

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

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