Html Css Color HEX #803D5D Cosmic

📋 copy color: '#803D5D'

red 128 ◦ green 61 ◦ blue 93

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

Shades of Cosmic #803D5D

Tints of Cosmic #803D5D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.63%

 BLUE value IS 93 (36.72% from 255) = 32.98%

R = 45.39%
G = 21.63%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#803D5D (or 0x803D5D) is known color: Cosmic. HEX triplet: 80, 3D and 5D. RGB value is (128,61,93). Sum of RGB (Red+Green+Blue) = 128+61+93=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #803D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803D5D is #7FC2A2. Grayscale: #545454. Windows color (decimal): -8372899 or 6110592. OLE color: 6110592.

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

Color convert

RGB 128 61 93 -
CMYK 0 0.52 0.27 0.50
HSL 331.34º 0.35% 0.37% -
HSV(B) 331.34º 0.52% 0.5% -
XYZ 12.55 8.72 11.38 -
YUV 84.68 132.7 158.9 -
System Red Green Blue C M Y K H S L
Decimal 128 61 93 0 0.52 0.27 0.50 331.34 0.35 0.37
Hex 80 3D 5D 0 34 1B 32 14B 23 25
Octal 200 75 135 0 64 33 62 513 43 45
Binary 10000000 111101 1011101 0 110100 11011 110010 101001011 100011 100101

Color Harmonies of #803D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803D5D

Black with #803D5D

Text Example


Text Example

White with #803D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,61,93); }

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

background-color css

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

 a { background-color: rgb(128,61,93); }

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

border-color css

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

 span { border-color: rgb(128,61,93); }

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