Html Css Color HEX #874261 Cosmic

📋 copy color: '#874261'

red 135 ◦ green 66 ◦ blue 97

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

Shades of Cosmic #874261

Tints of Cosmic #874261

RGB

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

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

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

R = 45.3%
G = 22.15%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#874261 (or 0x874261) is known color: Cosmic. HEX triplet: 87, 42 and 61. RGB value is (135,66,97). Sum of RGB (Red+Green+Blue) = 135+66+97=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #874261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874261 is #78BD9E. Grayscale: #5A5A5A. Windows color (decimal): -7912863 or 6374023. OLE color: 6374023.

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

Color convert

RGB 135 66 97 -
CMYK 0 0.51 0.28 0.47
HSL 333.04º 0.34% 0.39% -
HSV(B) 333.04º 0.51% 0.53% -
XYZ 14.1 9.91 12.48 -
YUV 90.17 131.86 159.98 -
System Red Green Blue C M Y K H S L
Decimal 135 66 97 0 0.51 0.28 0.47 333.04 0.34 0.39
Hex 87 42 61 0 33 1C 2F 14D 22 27
Octal 207 102 141 0 63 34 57 515 42 47
Binary 10000111 1000010 1100001 0 110011 11100 101111 101001101 100010 100111

Color Harmonies of #874261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874261

Black with #874261

Text Example


Text Example

White with #874261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874261; }

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

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

background-color css

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

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

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

border-color css

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

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

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