Html Css Color HEX #71475C Cosmic

📋 copy color: '#71475C'

red 113 ◦ green 71 ◦ blue 92

#71475C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #71475C

Tints of Cosmic #71475C

RGB

 RED value IS 113 (44.53% from 255) = 40.94%

 GREEN value IS 71 (28.13% from 255) = 25.72%

 BLUE value IS 92 (36.33% from 255) = 33.33%

R = 40.94%
G = 25.72%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71475C (or 0x71475C) is known color: Cosmic. HEX triplet: 71, 47 and 5C. RGB value is (113,71,92). Sum of RGB (Red+Green+Blue) = 113+71+92=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #71475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71475C is #8EB8A3. Grayscale: #555555. Windows color (decimal): -9353380 or 6047601. OLE color: 6047601.

HSL color Cylindrical-coordinate representation of color #71475C: hue angle of 330º 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 #71475C is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 71 92 -
CMYK 0 0.37 0.19 0.56
HSL 330º 0.23% 0.36% -
HSV(B) 330º 0.37% 0.44% -
XYZ 11 8.79 11.24 -
YUV 85.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 113 71 92 0 0.37 0.19 0.56 330 0.23 0.36
Hex 71 47 5C 0 25 13 38 14A 17 24
Octal 161 107 134 0 45 23 70 512 27 44
Binary 1110001 1000111 1011100 0 100101 10011 111000 101001010 10111 100100

Color Harmonies of #71475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71475C

Black with #71475C

Text Example


Text Example

White with #71475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71475C;
 }
 .AnyTagClassName
 {
   color: #71475C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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