Html Css Color HEX #873B6D Cosmic

📋 copy color: '#873B6D'

red 135 ◦ green 59 ◦ blue 109

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

Shades of Cosmic #873B6D

Tints of Cosmic #873B6D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.47%

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

R = 44.55%
G = 19.47%
B = 35.97%

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

#873B6D (or 0x873B6D) is known color: Cosmic. HEX triplet: 87, 3B and 6D. RGB value is (135,59,109). Sum of RGB (Red+Green+Blue) = 135+59+109=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #873B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873B6D is #78C492. Grayscale: #575757. Windows color (decimal): -7914643 or 7158663. OLE color: 7158663.

HSL color Cylindrical-coordinate representation of color #873B6D: hue angle of 320.53º degrees, saturation: 0.39, 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 #873B6D is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 59 109 -
CMYK 0 0.56 0.19 0.47
HSL 320.53º 0.39% 0.38% -
HSV(B) 320.53º 0.56% 0.53% -
XYZ 14.32 9.38 15.52 -
YUV 87.42 140.18 161.93 -
System Red Green Blue C M Y K H S L
Decimal 135 59 109 0 0.56 0.19 0.47 320.53 0.39 0.38
Hex 87 3B 6D 0 38 13 2F 141 27 26
Octal 207 73 155 0 70 23 57 501 47 46
Binary 10000111 111011 1101101 0 111000 10011 101111 101000001 100111 100110

Color Harmonies of #873B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873B6D

Black with #873B6D

Text Example


Text Example

White with #873B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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