Html Css Color HEX #874561 Cosmic

📋 copy color: '#874561'

red 135 ◦ green 69 ◦ blue 97

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

Shades of Cosmic #874561

Tints of Cosmic #874561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.92%

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

R = 44.85%
G = 22.92%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#874561 (or 0x874561) is known color: Cosmic. HEX triplet: 87, 45 and 61. RGB value is (135,69,97). Sum of RGB (Red+Green+Blue) = 135+69+97=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #874561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874561 is #78BA9E. Grayscale: #5B5B5B. Windows color (decimal): -7912095 or 6374791. OLE color: 6374791.

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

Color convert

RGB 135 69 97 -
CMYK 0 0.49 0.28 0.47
HSL 334.55º 0.32% 0.4% -
HSV(B) 334.55º 0.49% 0.53% -
XYZ 14.28 10.27 12.54 -
YUV 91.93 130.87 158.72 -
System Red Green Blue C M Y K H S L
Decimal 135 69 97 0 0.49 0.28 0.47 334.55 0.32 0.4
Hex 87 45 61 0 31 1C 2F 14F 20 28
Octal 207 105 141 0 61 34 57 517 40 50
Binary 10000111 1000101 1100001 0 110001 11100 101111 101001111 100000 101000

Color Harmonies of #874561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874561

Black with #874561

Text Example


Text Example

White with #874561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874561; }

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

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

background-color css

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

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

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

border-color css

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

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

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