Html Css Color HEX #873F61 Cosmic

📋 copy color: '#873F61'

red 135 ◦ green 63 ◦ blue 97

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

Shades of Cosmic #873F61

Tints of Cosmic #873F61

RGB

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

 GREEN value IS 63 (25% from 255) = 21.36%

 BLUE value IS 97 (38.28% from 255) = 32.88%

R = 45.76%
G = 21.36%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#873F61 (or 0x873F61) is known color: Cosmic. HEX triplet: 87, 3F and 61. RGB value is (135,63,97). Sum of RGB (Red+Green+Blue) = 135+63+97=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #873F61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873F61 is #78C09E. Grayscale: #585858. Windows color (decimal): -7913631 or 6373255. OLE color: 6373255.

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

Color convert

RGB 135 63 97 -
CMYK 0 0.53 0.28 0.47
HSL 331.67º 0.36% 0.39% -
HSV(B) 331.67º 0.53% 0.53% -
XYZ 13.93 9.57 12.42 -
YUV 88.4 132.85 161.24 -
System Red Green Blue C M Y K H S L
Decimal 135 63 97 0 0.53 0.28 0.47 331.67 0.36 0.39
Hex 87 3F 61 0 35 1C 2F 14C 24 27
Octal 207 77 141 0 65 34 57 514 44 47
Binary 10000111 111111 1100001 0 110101 11100 101111 101001100 100100 100111

Color Harmonies of #873F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873F61

Black with #873F61

Text Example


Text Example

White with #873F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,63,97); }

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

background-color css

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

 a { background-color: rgb(135,63,97); }

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

border-color css

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

 span { border-color: rgb(135,63,97); }

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