Html Css Color HEX #80475C Cosmic

📋 copy color: '#80475C'

red 128 ◦ green 71 ◦ blue 92

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

Shades of Cosmic #80475C

Tints of Cosmic #80475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.4%

 BLUE value IS 92 (36.33% from 255) = 31.62%

R = 43.99%
G = 24.4%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#80475C (or 0x80475C) is known color: Cosmic. HEX triplet: 80, 47 and 5C. RGB value is (128,71,92). Sum of RGB (Red+Green+Blue) = 128+71+92=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #80475C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80475C is #7FB8A3. Grayscale: #5A5A5A. Windows color (decimal): -8370340 or 6047616. OLE color: 6047616.

HSL color Cylindrical-coordinate representation of color #80475C: hue angle of 337.89º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80475C is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 71 92 -
CMYK 0 0.45 0.28 0.50
HSL 337.89º 0.29% 0.39% -
HSV(B) 337.89º 0.45% 0.5% -
XYZ 13.09 9.87 11.34 -
YUV 90.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 128 71 92 0 0.45 0.28 0.50 337.89 0.29 0.39
Hex 80 47 5C 0 2D 1C 32 152 1D 27
Octal 200 107 134 0 55 34 62 522 35 47
Binary 10000000 1000111 1011100 0 101101 11100 110010 101010010 11101 100111

Color Harmonies of #80475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80475C

Black with #80475C

Text Example


Text Example

White with #80475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80475C; }

 p { color: rgb(128,71,92); }

 H1.HeaderClassName
 {
   color: #80475C;
 }
 .AnyTagClassName
 {
   color: #80475C;
 }
</style>

background-color css

<style>
 a { background-color: #80475C; }

 a { background-color: rgb(128,71,92); }

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

border-color css

<style>
 span { border-color: #80475C; }

 span { border-color: rgb(128,71,92); }

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