Html Css Color HEX #803A5E Cosmic

📋 copy color: '#803A5E'

red 128 ◦ green 58 ◦ blue 94

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

Shades of Cosmic #803A5E

Tints of Cosmic #803A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.71%

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

R = 45.71%
G = 20.71%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#803A5E (or 0x803A5E) is known color: Cosmic. HEX triplet: 80, 3A and 5E. RGB value is (128,58,94). Sum of RGB (Red+Green+Blue) = 128+58+94=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #803A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803A5E is #7FC5A1. Grayscale: #525252. Windows color (decimal): -8373666 or 6175360. OLE color: 6175360.

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

Color convert

RGB 128 58 94 -
CMYK 0 0.55 0.27 0.50
HSL 329.14º 0.38% 0.36% -
HSV(B) 329.14º 0.55% 0.5% -
XYZ 12.44 8.42 11.56 -
YUV 83.03 134.19 160.07 -
System Red Green Blue C M Y K H S L
Decimal 128 58 94 0 0.55 0.27 0.50 329.14 0.38 0.36
Hex 80 3A 5E 0 37 1B 32 149 26 24
Octal 200 72 136 0 67 33 62 511 46 44
Binary 10000000 111010 1011110 0 110111 11011 110010 101001001 100110 100100

Color Harmonies of #803A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803A5E

Black with #803A5E

Text Example


Text Example

White with #803A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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