Html Css Color HEX #873B6E Cosmic

📋 copy color: '#873B6E'

red 135 ◦ green 59 ◦ blue 110

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

Shades of Cosmic #873B6E

Tints of Cosmic #873B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.18%

R = 44.41%
G = 19.41%
B = 36.18%

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

#873B6E (or 0x873B6E) is known color: Cosmic. HEX triplet: 87, 3B and 6E. RGB value is (135,59,110). Sum of RGB (Red+Green+Blue) = 135+59+110=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #873B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873B6E is #78C491. Grayscale: #575757. Windows color (decimal): -7914642 or 7224199. OLE color: 7224199.

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

Color convert

RGB 135 59 110 -
CMYK 0 0.56 0.19 0.47
HSL 319.74º 0.39% 0.38% -
HSV(B) 319.74º 0.56% 0.53% -
XYZ 14.37 9.4 15.81 -
YUV 87.54 140.68 161.85 -
System Red Green Blue C M Y K H S L
Decimal 135 59 110 0 0.56 0.19 0.47 319.74 0.39 0.38
Hex 87 3B 6E 0 38 13 2F 140 27 26
Octal 207 73 156 0 70 23 57 500 47 46
Binary 10000111 111011 1101110 0 111000 10011 101111 101000000 100111 100110

Color Harmonies of #873B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873B6E

Black with #873B6E

Text Example


Text Example

White with #873B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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