Html Css Color HEX #80445E Cosmic

📋 copy color: '#80445E'

red 128 ◦ green 68 ◦ blue 94

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

Shades of Cosmic #80445E

Tints of Cosmic #80445E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.45%

 BLUE value IS 94 (37.11% from 255) = 32.41%

R = 44.14%
G = 23.45%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80445E (or 0x80445E) is known color: Cosmic. HEX triplet: 80, 44 and 5E. RGB value is (128,68,94). Sum of RGB (Red+Green+Blue) = 128+68+94=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #80445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80445E is #7FBBA1. Grayscale: #585858. Windows color (decimal): -8371106 or 6177920. OLE color: 6177920.

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

Color convert

RGB 128 68 94 -
CMYK 0 0.47 0.27 0.50
HSL 334º 0.31% 0.38% -
HSV(B) 334º 0.47% 0.5% -
XYZ 12.99 9.53 11.74 -
YUV 88.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 128 68 94 0 0.47 0.27 0.50 334 0.31 0.38
Hex 80 44 5E 0 2F 1B 32 14E 1F 26
Octal 200 104 136 0 57 33 62 516 37 46
Binary 10000000 1000100 1011110 0 101111 11011 110010 101001110 11111 100110

Color Harmonies of #80445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80445E

Black with #80445E

Text Example


Text Example

White with #80445E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80445E; }

 p { color: rgb(128,68,94); }

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

background-color css

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

 a { background-color: rgb(128,68,94); }

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

border-color css

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

 span { border-color: rgb(128,68,94); }

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