#714360

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

Shades of Cosmic #714360

Tints of Cosmic #714360

Color information

#714360 (or 0x714360) is unknown color: approx Cosmic. HEX triplet: 71, 43 and 60. RGB value is (113,67,96). Sum of RGB (Red+Green+Blue) = 113+67+96=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #714360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714360 is #8EBC9F. Grayscale: #535353. Windows color (decimal): -9354400 or 6308721. OLE color: 6308721.

HSL color Cylindrical-coordinate representation of color #714360: hue angle of 322.17º 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 #714360 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1136796-
CMYK00.410.150.56
HSL322.17º25.56%35.29%-
HSV(B)322.17º40.71%44.31%-
XYZ10.938.3712.11-
YUV84.06134.74148.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.94%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 96 (37.89% from 255) = 34.78%
R=40.94%
G=24.28%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113679600.410.150.56322.1725.5635.29
Hex714360029F381421a23
Octal16110314005117705023243
Binary1110001100001111000000101001111111100010100001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714360; }

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

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

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

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

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

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

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

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