Html Css Color HEX #80515F Cosmic

📋 copy color: '#80515F'

red 128 ◦ green 81 ◦ blue 95

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

Shades of Cosmic #80515F

Tints of Cosmic #80515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.64%

 BLUE value IS 95 (37.5% from 255) = 31.25%

R = 42.11%
G = 26.64%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80515F (or 0x80515F) is known color: Cosmic. HEX triplet: 80, 51 and 5F. RGB value is (128,81,95). Sum of RGB (Red+Green+Blue) = 128+81+95=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #80515F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80515F is #7FAEA0. Grayscale: #606060. Windows color (decimal): -8367777 or 6246784. OLE color: 6246784.

HSL color Cylindrical-coordinate representation of color #80515F: hue angle of 342.13º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80515F is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 81 95 -
CMYK 0 0.37 0.26 0.50
HSL 342.13º 0.22% 0.41% -
HSV(B) 342.13º 0.37% 0.5% -
XYZ 13.91 11.3 12.27 -
YUV 96.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 128 81 95 0 0.37 0.26 0.50 342.13 0.22 0.41
Hex 80 51 5F 0 25 1A 32 156 16 29
Octal 200 121 137 0 45 32 62 526 26 51
Binary 10000000 1010001 1011111 0 100101 11010 110010 101010110 10110 101001

Color Harmonies of #80515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80515F

Black with #80515F

Text Example


Text Example

White with #80515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80515F; }

 p { color: rgb(128,81,95); }

 H1.HeaderClassName
 {
   color: #80515F;
 }
 .AnyTagClassName
 {
   color: #80515F;
 }
</style>

background-color css

<style>
 a { background-color: #80515F; }

 a { background-color: rgb(128,81,95); }

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

border-color css

<style>
 span { border-color: #80515F; }

 span { border-color: rgb(128,81,95); }

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