Html Css Color HEX #874271 Cosmic

📋 copy color: '#874271'

red 135 ◦ green 66 ◦ blue 113

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

Shades of Cosmic #874271

Tints of Cosmic #874271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.02%

 BLUE value IS 113 (44.53% from 255) = 35.99%

R = 42.99%
G = 21.02%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#874271 (or 0x874271) is known color: Cosmic. HEX triplet: 87, 42 and 71. RGB value is (135,66,113). Sum of RGB (Red+Green+Blue) = 135+66+113=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #874271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874271 is #78BD8E. Grayscale: #5B5B5B. Windows color (decimal): -7912847 or 7422599. OLE color: 7422599.

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

Color convert

RGB 135 66 113 -
CMYK 0 0.51 0.16 0.47
HSL 319.13º 0.34% 0.39% -
HSV(B) 319.13º 0.51% 0.53% -
XYZ 14.92 10.24 16.81 -
YUV 91.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 135 66 113 0 0.51 0.16 0.47 319.13 0.34 0.39
Hex 87 42 71 0 33 10 2F 13F 22 27
Octal 207 102 161 0 63 20 57 477 42 47
Binary 10000111 1000010 1110001 0 110011 10000 101111 100111111 100010 100111

Color Harmonies of #874271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874271

Black with #874271

Text Example


Text Example

White with #874271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874271; }

 p { color: rgb(135,66,113); }

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

background-color css

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

 a { background-color: rgb(135,66,113); }

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

border-color css

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

 span { border-color: rgb(135,66,113); }

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