Html Css Color HEX #873D66 Cosmic

📋 copy color: '#873D66'

red 135 ◦ green 61 ◦ blue 102

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

Shades of Cosmic #873D66

Tints of Cosmic #873D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 45.3%
G = 20.47%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#873D66 (or 0x873D66) is known color: Cosmic. HEX triplet: 87, 3D and 66. RGB value is (135,61,102). Sum of RGB (Red+Green+Blue) = 135+61+102=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #873D66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873D66 is #78C299. Grayscale: #575757. Windows color (decimal): -7914138 or 6700423. OLE color: 6700423.

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

Color convert

RGB 135 61 102 -
CMYK 0 0.55 0.24 0.47
HSL 326.76º 0.38% 0.38% -
HSV(B) 326.76º 0.55% 0.53% -
XYZ 14.06 9.45 13.65 -
YUV 87.8 136.02 161.67 -
System Red Green Blue C M Y K H S L
Decimal 135 61 102 0 0.55 0.24 0.47 326.76 0.38 0.38
Hex 87 3D 66 0 37 18 2F 147 26 26
Octal 207 75 146 0 67 30 57 507 46 46
Binary 10000111 111101 1100110 0 110111 11000 101111 101000111 100110 100110

Color Harmonies of #873D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873D66

Black with #873D66

Text Example


Text Example

White with #873D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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