Html Css Color HEX #80495D Cosmic

📋 copy color: '#80495D'

red 128 ◦ green 73 ◦ blue 93

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

Shades of Cosmic #80495D

Tints of Cosmic #80495D

RGB

 RED value IS 128 (50.39% from 255) = 43.54%

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

 BLUE value IS 93 (36.72% from 255) = 31.63%

R = 43.54%
G = 24.83%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80495D (or 0x80495D) is known color: Cosmic. HEX triplet: 80, 49 and 5D. RGB value is (128,73,93). Sum of RGB (Red+Green+Blue) = 128+73+93=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #80495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80495D is #7FB6A2. Grayscale: #5B5B5B. Windows color (decimal): -8369827 or 6113664. OLE color: 6113664.

HSL color Cylindrical-coordinate representation of color #80495D: hue angle of 338.18º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80495D is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 73 93 -
CMYK 0 0.43 0.27 0.50
HSL 338.18º 0.27% 0.39% -
HSV(B) 338.18º 0.43% 0.5% -
XYZ 13.26 10.14 11.62 -
YUV 91.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 128 73 93 0 0.43 0.27 0.50 338.18 0.27 0.39
Hex 80 49 5D 0 2B 1B 32 152 1B 27
Octal 200 111 135 0 53 33 62 522 33 47
Binary 10000000 1001001 1011101 0 101011 11011 110010 101010010 11011 100111

Color Harmonies of #80495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80495D

Black with #80495D

Text Example


Text Example

White with #80495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80495D; }

 p { color: rgb(128,73,93); }

 H1.HeaderClassName
 {
   color: #80495D;
 }
 .AnyTagClassName
 {
   color: #80495D;
 }
</style>

background-color css

<style>
 a { background-color: #80495D; }

 a { background-color: rgb(128,73,93); }

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

border-color css

<style>
 span { border-color: #80495D; }

 span { border-color: rgb(128,73,93); }

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