Html Css Color HEX #80495B Cosmic

📋 copy color: '#80495B'

red 128 ◦ green 73 ◦ blue 91

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

Shades of Cosmic #80495B

Tints of Cosmic #80495B

RGB

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

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

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

R = 43.84%
G = 25%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#80495B (or 0x80495B) is known color: Cosmic. HEX triplet: 80, 49 and 5B. RGB value is (128,73,91). Sum of RGB (Red+Green+Blue) = 128+73+91=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #80495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80495B is #7FB6A4. Grayscale: #5B5B5B. Windows color (decimal): -8369829 or 5982592. OLE color: 5982592.

HSL color Cylindrical-coordinate representation of color #80495B: hue angle of 340.36º 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 #80495B is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 73 91 -
CMYK 0 0.43 0.29 0.50
HSL 340.36º 0.27% 0.39% -
HSV(B) 340.36º 0.43% 0.5% -
XYZ 13.17 10.11 11.15 -
YUV 91.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 128 73 91 0 0.43 0.29 0.50 340.36 0.27 0.39
Hex 80 49 5B 0 2B 1D 32 154 1B 27
Octal 200 111 133 0 53 35 62 524 33 47
Binary 10000000 1001001 1011011 0 101011 11101 110010 101010100 11011 100111

Color Harmonies of #80495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80495B

Black with #80495B

Text Example


Text Example

White with #80495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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