Html Css Color HEX #71495B Cosmic

📋 copy color: '#71495B'

red 113 ◦ green 73 ◦ blue 91

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

Shades of Cosmic #71495B

Tints of Cosmic #71495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.85%

R = 40.79%
G = 26.35%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71495B (or 0x71495B) is known color: Cosmic. HEX triplet: 71, 49 and 5B. RGB value is (113,73,91). Sum of RGB (Red+Green+Blue) = 113+73+91=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #71495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71495B is #8EB6A4. Grayscale: #565656. Windows color (decimal): -9352869 or 5982577. OLE color: 5982577.

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

Color convert

RGB 113 73 91 -
CMYK 0 0.35 0.19 0.56
HSL 333º 0.22% 0.36% -
HSV(B) 333º 0.35% 0.44% -
XYZ 11.08 9.03 11.06 -
YUV 87.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 113 73 91 0 0.35 0.19 0.56 333 0.22 0.36
Hex 71 49 5B 0 23 13 38 14D 16 24
Octal 161 111 133 0 43 23 70 515 26 44
Binary 1110001 1001001 1011011 0 100011 10011 111000 101001101 10110 100100

Color Harmonies of #71495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71495B

Black with #71495B

Text Example


Text Example

White with #71495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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