Html Css Color HEX #804359 Cosmic

📋 copy color: '#804359'

red 128 ◦ green 67 ◦ blue 89

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

Shades of Cosmic #804359

Tints of Cosmic #804359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.59%

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

R = 45.07%
G = 23.59%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#804359 (or 0x804359) is known color: Cosmic. HEX triplet: 80, 43 and 59. RGB value is (128,67,89). Sum of RGB (Red+Green+Blue) = 128+67+89=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #804359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804359 is #7FBCA6. Grayscale: #575757. Windows color (decimal): -8371367 or 5849984. OLE color: 5849984.

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

Color convert

RGB 128 67 89 -
CMYK 0 0.48 0.30 0.50
HSL 338.36º 0.31% 0.38% -
HSV(B) 338.36º 0.48% 0.5% -
XYZ 12.71 9.32 10.58 -
YUV 87.75 128.71 156.71 -
System Red Green Blue C M Y K H S L
Decimal 128 67 89 0 0.48 0.30 0.50 338.36 0.31 0.38
Hex 80 43 59 0 30 1E 32 152 1F 26
Octal 200 103 131 0 60 36 62 522 37 46
Binary 10000000 1000011 1011001 0 110000 11110 110010 101010010 11111 100110

Color Harmonies of #804359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804359

Black with #804359

Text Example


Text Example

White with #804359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804359; }

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

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

background-color css

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

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

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

border-color css

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

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

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