Html Css Color HEX #874163 Cosmic

📋 copy color: '#874163'

red 135 ◦ green 65 ◦ blue 99

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

Shades of Cosmic #874163

Tints of Cosmic #874163

RGB

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

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

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

R = 45.15%
G = 21.74%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#874163 (or 0x874163) is known color: Cosmic. HEX triplet: 87, 41 and 63. RGB value is (135,65,99). Sum of RGB (Red+Green+Blue) = 135+65+99=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #874163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874163 is #78BE9C. Grayscale: #595959. Windows color (decimal): -7913117 or 6504839. OLE color: 6504839.

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

Color convert

RGB 135 65 99 -
CMYK 0 0.52 0.27 0.47
HSL 330.86º 0.35% 0.39% -
HSV(B) 330.86º 0.52% 0.53% -
XYZ 14.13 9.83 12.96 -
YUV 89.81 133.19 160.24 -
System Red Green Blue C M Y K H S L
Decimal 135 65 99 0 0.52 0.27 0.47 330.86 0.35 0.39
Hex 87 41 63 0 34 1B 2F 14B 23 27
Octal 207 101 143 0 64 33 57 513 43 47
Binary 10000111 1000001 1100011 0 110100 11011 101111 101001011 100011 100111

Color Harmonies of #874163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874163

Black with #874163

Text Example


Text Example

White with #874163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874163; }

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

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

background-color css

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

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

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

border-color css

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

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

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