Html Css Color HEX #71495E Cosmic

📋 copy color: '#71495E'

red 113 ◦ green 73 ◦ blue 94

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

Shades of Cosmic #71495E

Tints of Cosmic #71495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.07%

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 40.36%
G = 26.07%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71495E (or 0x71495E) is known color: Cosmic. HEX triplet: 71, 49 and 5E. RGB value is (113,73,94). Sum of RGB (Red+Green+Blue) = 113+73+94=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #71495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71495E is #8EB6A1. Grayscale: #575757. Windows color (decimal): -9352866 or 6179185. OLE color: 6179185.

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

Color convert

RGB 113 73 94 -
CMYK 0 0.35 0.17 0.56
HSL 328.5º 0.22% 0.36% -
HSV(B) 328.5º 0.35% 0.44% -
XYZ 11.21 9.08 11.75 -
YUV 87.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 113 73 94 0 0.35 0.17 0.56 328.5 0.22 0.36
Hex 71 49 5E 0 23 11 38 148 16 24
Octal 161 111 136 0 43 21 70 510 26 44
Binary 1110001 1001001 1011110 0 100011 10001 111000 101001000 10110 100100

Color Harmonies of #71495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71495E

Black with #71495E

Text Example


Text Example

White with #71495E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71495E;
 }
 .AnyTagClassName
 {
   color: #71495E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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