Html Css Color HEX #873C6D Cosmic

📋 copy color: '#873C6D'

red 135 ◦ green 60 ◦ blue 109

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

Shades of Cosmic #873C6D

Tints of Cosmic #873C6D

RGB

 RED value IS 135 (53.13% from 255) = 44.41%

 GREEN value IS 60 (23.83% from 255) = 19.74%

 BLUE value IS 109 (42.97% from 255) = 35.86%

R = 44.41%
G = 19.74%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#873C6D (or 0x873C6D) is known color: Cosmic. HEX triplet: 87, 3C and 6D. RGB value is (135,60,109). Sum of RGB (Red+Green+Blue) = 135+60+109=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #873C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C6D is #78C392. Grayscale: #575757. Windows color (decimal): -7914387 or 7158919. OLE color: 7158919.

HSL color Cylindrical-coordinate representation of color #873C6D: hue angle of 320.8º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #873C6D is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 60 109 -
CMYK 0 0.56 0.19 0.47
HSL 320.8º 0.38% 0.38% -
HSV(B) 320.8º 0.56% 0.53% -
XYZ 14.37 9.49 15.54 -
YUV 88.01 139.85 161.52 -
System Red Green Blue C M Y K H S L
Decimal 135 60 109 0 0.56 0.19 0.47 320.8 0.38 0.38
Hex 87 3C 6D 0 38 13 2F 141 26 26
Octal 207 74 155 0 70 23 57 501 46 46
Binary 10000111 111100 1101101 0 111000 10011 101111 101000001 100110 100110

Color Harmonies of #873C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C6D

Black with #873C6D

Text Example


Text Example

White with #873C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873C6D; }

 p { color: rgb(135,60,109); }

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

background-color css

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

 a { background-color: rgb(135,60,109); }

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

border-color css

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

 span { border-color: rgb(135,60,109); }

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