Html Css Color HEX #863E5D Cosmic

📋 copy color: '#863E5D'

red 134 ◦ green 62 ◦ blue 93

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

Shades of Cosmic #863E5D

Tints of Cosmic #863E5D

RGB

 RED value IS 134 (52.73% from 255) = 46.37%

 GREEN value IS 62 (24.61% from 255) = 21.45%

 BLUE value IS 93 (36.72% from 255) = 32.18%

R = 46.37%
G = 21.45%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#863E5D (or 0x863E5D) is known color: Cosmic. HEX triplet: 86, 3E and 5D. RGB value is (134,62,93). Sum of RGB (Red+Green+Blue) = 134+62+93=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #863E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863E5D is #79C1A2. Grayscale: #575757. Windows color (decimal): -7979427 or 6110854. OLE color: 6110854.

HSL color Cylindrical-coordinate representation of color #863E5D: hue angle of 334.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #863E5D is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 62 93 -
CMYK 0 0.54 0.31 0.47
HSL 334.17º 0.37% 0.38% -
HSV(B) 334.17º 0.54% 0.53% -
XYZ 13.53 9.3 11.44 -
YUV 87.06 131.35 161.48 -
System Red Green Blue C M Y K H S L
Decimal 134 62 93 0 0.54 0.31 0.47 334.17 0.37 0.38
Hex 86 3E 5D 0 36 1F 2F 14E 25 26
Octal 206 76 135 0 66 37 57 516 45 46
Binary 10000110 111110 1011101 0 110110 11111 101111 101001110 100101 100110

Color Harmonies of #863E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863E5D

Black with #863E5D

Text Example


Text Example

White with #863E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863E5D; }

 p { color: rgb(134,62,93); }

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

background-color css

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

 a { background-color: rgb(134,62,93); }

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

border-color css

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

 span { border-color: rgb(134,62,93); }

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