#71415E

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

Shades of Cosmic #71415E

Tints of Cosmic #71415E

Color information

#71415E (or 0x71415E) is unknown color: approx Cosmic. HEX triplet: 71, 41 and 5E. RGB value is (113,65,94). Sum of RGB (Red+Green+Blue) = 113+65+94=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #71415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71415E is #8EBEA1. Grayscale: #525252. Windows color (decimal): -9354914 or 6177137. OLE color: 6177137.

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

Color convert

RGB1136594-
CMYK00.420.170.56
HSL323.75º26.97%34.9%-
HSV(B)323.75º42.48%44.31%-
XYZ10.728.111.59-
YUV82.66134.4149.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.54%
GREEN value IS 65 (25.78% from 255) = 23.90%
BLUE value IS 94 (37.11% from 255) = 34.56%
R=41.54%
G=23.90%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113659400.420.170.56323.7526.9734.9
Hex71415E02A11381441b23
Octal16110113605221705043343
Binary11100011000001101111001010101000111100010100010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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