#71415F

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

Shades of Cosmic #71415F

Tints of Cosmic #71415F

Color information

#71415F (or 0x71415F) is unknown color: approx Cosmic. HEX triplet: 71, 41 and 5F. RGB value is (113,65,95). Sum of RGB (Red+Green+Blue) = 113+65+95=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #71415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71415F is #8EBEA0. Grayscale: #525252. Windows color (decimal): -9354913 or 6242673. OLE color: 6242673.

HSL color Cylindrical-coordinate representation of color #71415F: hue angle of 322.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 #71415F is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1136595-
CMYK00.420.160.56
HSL322.5º26.97%34.9%-
HSV(B)322.5º42.48%44.31%-
XYZ10.778.1211.83-
YUV82.77134.9149.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.39%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=41.39%
G=23.81%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113659500.420.160.56322.526.9734.9
Hex71415F02A10381421b23
Octal16110113705220705023343
Binary11100011000001101111101010101000011100010100001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71415F; }

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

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

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

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

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

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

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

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