#714363

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

Shades of Cosmic #714363

Tints of Cosmic #714363

Color information

#714363 (or 0x714363) is unknown color: approx Cosmic. HEX triplet: 71, 43 and 63. RGB value is (113,67,99). Sum of RGB (Red+Green+Blue) = 113+67+99=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #714363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714363 is #8EBC9C. Grayscale: #545454. Windows color (decimal): -9354397 or 6505329. OLE color: 6505329.

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

Color convert

RGB1136799-
CMYK00.410.120.56
HSL318.26º25.56%35.29%-
HSV(B)318.26º40.71%44.31%-
XYZ11.078.4312.85-
YUV84.4136.24148.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 99 (39.06% from 255) = 35.48%
R=40.50%
G=24.01%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113679900.410.120.56318.2625.5635.29
Hex714363029C3813e1a23
Octal16110314305114704763243
Binary1110001100001111000110101001110011100010011111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714363; }

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

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

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

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

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

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

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

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