Html Css Color HEX #804859 Cosmic

📋 copy color: '#804859'

red 128 ◦ green 72 ◦ blue 89

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

Shades of Cosmic #804859

Tints of Cosmic #804859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.91%

 BLUE value IS 89 (35.16% from 255) = 30.8%

R = 44.29%
G = 24.91%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#804859 (or 0x804859) is known color: Cosmic. HEX triplet: 80, 48 and 59. RGB value is (128,72,89). Sum of RGB (Red+Green+Blue) = 128+72+89=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #804859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804859 is #7FB7A6. Grayscale: #5A5A5A. Windows color (decimal): -8370087 or 5851264. OLE color: 5851264.

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

Color convert

RGB 128 72 89 -
CMYK 0 0.44 0.30 0.50
HSL 341.79º 0.28% 0.39% -
HSV(B) 341.79º 0.44% 0.5% -
XYZ 13.02 9.95 10.68 -
YUV 90.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 128 72 89 0 0.44 0.30 0.50 341.79 0.28 0.39
Hex 80 48 59 0 2C 1E 32 156 1C 27
Octal 200 110 131 0 54 36 62 526 34 47
Binary 10000000 1001000 1011001 0 101100 11110 110010 101010110 11100 100111

Color Harmonies of #804859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804859

Black with #804859

Text Example


Text Example

White with #804859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804859; }

 p { color: rgb(128,72,89); }

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

background-color css

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

 a { background-color: rgb(128,72,89); }

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

border-color css

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

 span { border-color: rgb(128,72,89); }

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