Html Css Color HEX #863D6D Cosmic

📋 copy color: '#863D6D'

red 134 ◦ green 61 ◦ blue 109

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

Shades of Cosmic #863D6D

Tints of Cosmic #863D6D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.07%

 BLUE value IS 109 (42.97% from 255) = 35.86%

R = 44.08%
G = 20.07%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#863D6D (or 0x863D6D) is known color: Cosmic. HEX triplet: 86, 3D and 6D. RGB value is (134,61,109). Sum of RGB (Red+Green+Blue) = 134+61+109=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #863D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863D6D is #79C292. Grayscale: #585858. Windows color (decimal): -7979667 or 7159174. OLE color: 7159174.

HSL color Cylindrical-coordinate representation of color #863D6D: hue angle of 320.55º 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 #863D6D is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 61 109 -
CMYK 0 0.54 0.19 0.47
HSL 320.55º 0.37% 0.38% -
HSV(B) 320.55º 0.54% 0.53% -
XYZ 14.26 9.51 15.55 -
YUV 88.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 134 61 109 0 0.54 0.19 0.47 320.55 0.37 0.38
Hex 86 3D 6D 0 36 13 2F 141 25 26
Octal 206 75 155 0 66 23 57 501 45 46
Binary 10000110 111101 1101101 0 110110 10011 101111 101000001 100101 100110

Color Harmonies of #863D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863D6D

Black with #863D6D

Text Example


Text Example

White with #863D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,61,109); }

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

background-color css

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

 a { background-color: rgb(134,61,109); }

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

border-color css

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

 span { border-color: rgb(134,61,109); }

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