Html Css Color HEX #863E5E Cosmic

📋 copy color: '#863E5E'

red 134 ◦ green 62 ◦ blue 94

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

Shades of Cosmic #863E5E

Tints of Cosmic #863E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.41%

R = 46.21%
G = 21.38%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#863E5E (or 0x863E5E) is known color: Cosmic. HEX triplet: 86, 3E and 5E. RGB value is (134,62,94). Sum of RGB (Red+Green+Blue) = 134+62+94=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #863E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863E5E is #79C1A1. Grayscale: #575757. Windows color (decimal): -7979426 or 6176390. OLE color: 6176390.

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

Color convert

RGB 134 62 94 -
CMYK 0 0.54 0.30 0.47
HSL 333.33º 0.37% 0.38% -
HSV(B) 333.33º 0.54% 0.53% -
XYZ 13.57 9.32 11.67 -
YUV 87.18 131.85 161.4 -
System Red Green Blue C M Y K H S L
Decimal 134 62 94 0 0.54 0.30 0.47 333.33 0.37 0.38
Hex 86 3E 5E 0 36 1E 2F 14D 25 26
Octal 206 76 136 0 66 36 57 515 45 46
Binary 10000110 111110 1011110 0 110110 11110 101111 101001101 100101 100110

Color Harmonies of #863E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863E5E

Black with #863E5E

Text Example


Text Example

White with #863E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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