Html Css Color HEX #71475E Cosmic

📋 copy color: '#71475E'

red 113 ◦ green 71 ◦ blue 94

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

Shades of Cosmic #71475E

Tints of Cosmic #71475E

RGB

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

 GREEN value IS 71 (28.13% 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 value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71475E (or 0x71475E) is known color: 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

RGB 113 71 94 -
CMYK 0 0.37 0.17 0.56
HSL 327.14º 0.23% 0.36% -
HSV(B) 327.14º 0.37% 0.44% -
XYZ 11.08 8.83 11.71 -
YUV 86.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 113 71 94 0 0.37 0.17 0.56 327.14 0.23 0.36
Hex 71 47 5E 0 25 11 38 147 17 24
Octal 161 107 136 0 45 21 70 507 27 44
Binary 1110001 1000111 1011110 0 100101 10001 111000 101000111 10111 100100

Color Harmonies of #71475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71475E

Black with #71475E

Text Example


Text Example

White with #71475E

Text Example


Text Example

HTML Codes & Css Web 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>