Html Css Color HEX #873D6D Cosmic

📋 copy color: '#873D6D'

red 135 ◦ green 61 ◦ blue 109

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

Shades of Cosmic #873D6D

Tints of Cosmic #873D6D

RGB

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

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

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

R = 44.26%
G = 20%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#873D6D (or 0x873D6D) is known color: Cosmic. HEX triplet: 87, 3D and 6D. RGB value is (135,61,109). Sum of RGB (Red+Green+Blue) = 135+61+109=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #873D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873D6D is #78C292. Grayscale: #585858. Windows color (decimal): -7914131 or 7159175. OLE color: 7159175.

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

Color convert

RGB 135 61 109 -
CMYK 0 0.55 0.19 0.47
HSL 321.08º 0.38% 0.38% -
HSV(B) 321.08º 0.55% 0.53% -
XYZ 14.42 9.59 15.56 -
YUV 88.6 139.52 161.1 -
System Red Green Blue C M Y K H S L
Decimal 135 61 109 0 0.55 0.19 0.47 321.08 0.38 0.38
Hex 87 3D 6D 0 37 13 2F 141 26 26
Octal 207 75 155 0 67 23 57 501 46 46
Binary 10000111 111101 1101101 0 110111 10011 101111 101000001 100110 100110

Color Harmonies of #873D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873D6D

Black with #873D6D

Text Example


Text Example

White with #873D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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