Html Css Color HEX #874573 Cosmic

📋 copy color: '#874573'

red 135 ◦ green 69 ◦ blue 115

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

Shades of Cosmic #874573

Tints of Cosmic #874573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.05%

R = 42.32%
G = 21.63%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#874573 (or 0x874573) is known color: Cosmic. HEX triplet: 87, 45 and 73. RGB value is (135,69,115). Sum of RGB (Red+Green+Blue) = 135+69+115=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #874573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874573 is #78BA8C. Grayscale: #5D5D5D. Windows color (decimal): -7912077 or 7554439. OLE color: 7554439.

HSL color Cylindrical-coordinate representation of color #874573: hue angle of 318.18º 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 #874573 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 69 115 -
CMYK 0 0.49 0.15 0.47
HSL 318.18º 0.32% 0.4% -
HSV(B) 318.18º 0.49% 0.53% -
XYZ 15.21 10.64 17.47 -
YUV 93.98 139.87 157.26 -
System Red Green Blue C M Y K H S L
Decimal 135 69 115 0 0.49 0.15 0.47 318.18 0.32 0.4
Hex 87 45 73 0 31 F 2F 13E 20 28
Octal 207 105 163 0 61 17 57 476 40 50
Binary 10000111 1000101 1110011 0 110001 1111 101111 100111110 100000 101000

Color Harmonies of #874573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874573

Black with #874573

Text Example


Text Example

White with #874573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874573; }

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

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

background-color css

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

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

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

border-color css

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

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

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