Html Css Color HEX #874363 Cosmic

📋 copy color: '#874363'

red 135 ◦ green 67 ◦ blue 99

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

Shades of Cosmic #874363

Tints of Cosmic #874363

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.26%

 BLUE value IS 99 (39.06% from 255) = 32.89%

R = 44.85%
G = 22.26%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#874363 (or 0x874363) is known color: Cosmic. HEX triplet: 87, 43 and 63. RGB value is (135,67,99). Sum of RGB (Red+Green+Blue) = 135+67+99=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #874363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874363 is #78BC9C. Grayscale: #5A5A5A. Windows color (decimal): -7912605 or 6505351. OLE color: 6505351.

HSL color Cylindrical-coordinate representation of color #874363: hue angle of 331.76º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874363 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 67 99 -
CMYK 0 0.50 0.27 0.47
HSL 331.76º 0.34% 0.4% -
HSV(B) 331.76º 0.5% 0.53% -
XYZ 14.25 10.07 13 -
YUV 90.98 132.53 159.4 -
System Red Green Blue C M Y K H S L
Decimal 135 67 99 0 0.50 0.27 0.47 331.76 0.34 0.4
Hex 87 43 63 0 32 1B 2F 14C 22 28
Octal 207 103 143 0 62 33 57 514 42 50
Binary 10000111 1000011 1100011 0 110010 11011 101111 101001100 100010 101000

Color Harmonies of #874363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874363

Black with #874363

Text Example


Text Example

White with #874363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874363; }

 p { color: rgb(135,67,99); }

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

background-color css

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

 a { background-color: rgb(135,67,99); }

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

border-color css

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

 span { border-color: rgb(135,67,99); }

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