Html Css Color HEX #874160 Cosmic

📋 copy color: '#874160'

red 135 ◦ green 65 ◦ blue 96

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

Shades of Cosmic #874160

Tints of Cosmic #874160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.96%

 BLUE value IS 96 (37.89% from 255) = 32.43%

R = 45.61%
G = 21.96%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#874160 (or 0x874160) is known color: Cosmic. HEX triplet: 87, 41 and 60. RGB value is (135,65,96). Sum of RGB (Red+Green+Blue) = 135+65+96=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #874160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874160 is #78BE9F. Grayscale: #595959. Windows color (decimal): -7913120 or 6308231. OLE color: 6308231.

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

Color convert

RGB 135 65 96 -
CMYK 0 0.52 0.29 0.47
HSL 333.43º 0.35% 0.39% -
HSV(B) 333.43º 0.52% 0.53% -
XYZ 13.99 9.78 12.22 -
YUV 89.46 131.69 160.48 -
System Red Green Blue C M Y K H S L
Decimal 135 65 96 0 0.52 0.29 0.47 333.43 0.35 0.39
Hex 87 41 60 0 34 1D 2F 14D 23 27
Octal 207 101 140 0 64 35 57 515 43 47
Binary 10000111 1000001 1100000 0 110100 11101 101111 101001101 100011 100111

Color Harmonies of #874160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874160

Black with #874160

Text Example


Text Example

White with #874160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874160; }

 p { color: rgb(135,65,96); }

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

background-color css

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

 a { background-color: rgb(135,65,96); }

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

border-color css

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

 span { border-color: rgb(135,65,96); }

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