#713F5F

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

Shades of Cosmic #713F5F

Tints of Cosmic #713F5F

Color information

#713F5F (or 0x713F5F) is unknown color: approx Cosmic. HEX triplet: 71, 3F and 5F. RGB value is (113,63,95). Sum of RGB (Red+Green+Blue) = 113+63+95=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #713F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713F5F is #8EC0A0. Grayscale: #515151. Windows color (decimal): -9355425 or 6242161. OLE color: 6242161.

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

Color convert

RGB1136395-
CMYK00.440.160.56
HSL321.6º28.41%34.51%-
HSV(B)321.6º44.25%44.31%-
XYZ10.657.8911.79-
YUV81.6135.56150.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.70%
GREEN value IS 63 (25% from 255) = 23.25%
BLUE value IS 95 (37.5% from 255) = 35.06%
R=41.70%
G=23.25%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113639500.440.160.56321.628.4134.51
Hex713F5F02C10381421c23
Octal1617713705420705023443
Binary1110001111111101111101011001000011100010100001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713F5F; }

 p { color: rgb(113,63,95); }

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

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

 a { background-color: rgb(113,63,95); }

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

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

 span { border-color: rgb(113,63,95); }

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