#71465C

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

Shades of Cosmic #71465C

Tints of Cosmic #71465C

Color information

#71465C (or 0x71465C) is unknown color: approx Cosmic. HEX triplet: 71, 46 and 5C. RGB value is (113,70,92). Sum of RGB (Red+Green+Blue) = 113+70+92=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #71465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71465C is #8EB9A3. Grayscale: #555555. Windows color (decimal): -9353636 or 6047345. OLE color: 6047345.

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

Color convert

RGB1137092-
CMYK00.380.190.56
HSL329.3º23.5%35.88%-
HSV(B)329.3º38.05%44.31%-
XYZ10.938.6611.22-
YUV85.36131.75147.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.09%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 92 (36.33% from 255) = 33.45%
R=41.09%
G=25.45%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113709200.380.190.56329.323.535.88
Hex71465C02613381491724
Octal16110613404623705112744
Binary11100011000110101110001001101001111100010100100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71465C; }

 p { color: rgb(113,70,92); }

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

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

 a { background-color: rgb(113,70,92); }

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

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

 span { border-color: rgb(113,70,92); }

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