#71475E

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

Shades of Cosmic #71475E

Tints of Cosmic #71475E

Color information

#71475E (or 0x71475E) is unknown color: approx Cosmic. HEX triplet: 71, 47 and 5E. RGB value is (113,71,94). Sum of RGB (Red+Green+Blue) = 113+71+94=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #71475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71475E is #8EB8A1. Grayscale: #565656. Windows color (decimal): -9353378 or 6178673. OLE color: 6178673.

HSL color Cylindrical-coordinate representation of color #71475E: hue angle of 327.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71475E is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1137194-
CMYK00.370.170.56
HSL327.14º22.83%36.08%-
HSV(B)327.14º37.17%44.31%-
XYZ11.088.8311.71-
YUV86.18132.41147.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 71 (28.12% from 255) = 25.54%
BLUE value IS 94 (37.11% from 255) = 33.81%
R=40.65%
G=25.54%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113719400.370.170.56327.1422.8336.08
Hex71475E02511381471724
Octal16110713604521705072744
Binary11100011000111101111001001011000111100010100011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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